On Wed, Jan 19, 2011 at 02:27:28PM +0100, Arend van Spriel wrote:
> Only hardware switch state needs to be handled by driver. RFKILL is
> informed when hardware switch is activated. MAC80211 rfkill_poll
> callback is used to check hardware switch deactivation.
> 
> Reviewed-by: Brett Rudley <[email protected]>
> Reviewed-by: Henry Ptasinski <[email protected]>
> Signed-off-by: Arend van Spriel <[email protected]>
> ---
>  drivers/staging/brcm80211/Kconfig                 |    1 +
>  drivers/staging/brcm80211/brcmsmac/wl_export.h    |    1 +
>  drivers/staging/brcm80211/brcmsmac/wl_mac80211.c  |   37 
> ++++++++++++++++++++-
>  drivers/staging/brcm80211/brcmsmac/wlc_bmac.c     |    8 +---
>  drivers/staging/brcm80211/brcmsmac/wlc_mac80211.c |   12 ++++--
>  drivers/staging/brcm80211/brcmsmac/wlc_pub.h      |    1 +
>  6 files changed, 49 insertions(+), 11 deletions(-)
> 
> diff --git a/drivers/staging/brcm80211/Kconfig 
> b/drivers/staging/brcm80211/Kconfig
> index 190e7e4..53e0940 100644
> --- a/drivers/staging/brcm80211/Kconfig
> +++ b/drivers/staging/brcm80211/Kconfig
> @@ -5,6 +5,7 @@ menuconfig BRCM80211
>  config BRCMSMAC
>       bool "Broadcom IEEE802.11n PCIe SoftMAC WLAN driver"
>       depends on PCI
> +     depends on RFKILL || !RFKILL

Isn't that redundant?

thanks,

greg k-h
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to