2009-06-04 06:22:33

by Johannes Berg

[permalink] [raw]
Subject: [PATCH] wimax: depend on rfkill properly

My mistake, I should have added that when cleaning up
rfkill and changing wimax.

Reported-by: Randy Dunlap <[email protected]>
Signed-off-by: Johannes Berg <[email protected]>
---
net/wimax/Kconfig | 1 +
1 file changed, 1 insertion(+)

--- wireless-testing.orig/net/wimax/Kconfig 2009-06-04 08:20:57.000000000 +0200
+++ wireless-testing/net/wimax/Kconfig 2009-06-04 08:21:09.000000000 +0200
@@ -4,6 +4,7 @@

menuconfig WIMAX
tristate "WiMAX Wireless Broadband support"
+ depends on RFKILL || !RFKILL
help

Select to configure support for devices that provide




2009-06-04 15:40:47

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] wimax: depend on rfkill properly

Johannes Berg wrote:
> My mistake, I should have added that when cleaning up
> rfkill and changing wimax.
>
> Reported-by: Randy Dunlap <[email protected]>
> Signed-off-by: Johannes Berg <[email protected]>

Acked-by: Randy Dunlap <[email protected]>

Thanks.

> ---
> net/wimax/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> --- wireless-testing.orig/net/wimax/Kconfig 2009-06-04 08:20:57.000000000 +0200
> +++ wireless-testing/net/wimax/Kconfig 2009-06-04 08:21:09.000000000 +0200
> @@ -4,6 +4,7 @@
>
> menuconfig WIMAX
> tristate "WiMAX Wireless Broadband support"
> + depends on RFKILL || !RFKILL
> help
>
> Select to configure support for devices that provide
>
>


--
~Randy
LPC 2009, Sept. 23-25, Portland, Oregon
http://linuxplumbersconf.org/2009/

2009-06-04 08:04:44

by Inaky Perez-Gonzalez

[permalink] [raw]
Subject: Re: [PATCH] wimax: depend on rfkill properly

On Thursday 04 June 2009, Johannes Berg wrote:
> My mistake, I should have added that when cleaning up
> rfkill and changing wimax.
>
> Reported-by: Randy Dunlap <[email protected]>
> Signed-off-by: Johannes Berg <[email protected]>
Acked-by: Inaky Perez-Gonzalez <[email protected]>