diff options
author | Arik Nemtsov | 2012-05-15 17:08:59 +0300 |
---|---|---|
committer | Luciano Coelho | 2012-06-05 17:16:09 +0300 |
commit | a121a5b8aba4294b1557e1099c4eaa7c6578d7ce (patch) | |
tree | dd098d93f087ab249cfb481f6c9efba50f70c1cf /drivers/net | |
parent | 0a15d9b5896f54f4ad164fd072891019a8a8cfb2 (diff) |
wl18xx: add dependency on mac80211
Add a dependency on mac80211 in Kconfig, and also replace some spaces
with tabs.
Reported-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/ti/wl18xx/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/net/wireless/ti/wl18xx/Kconfig b/drivers/net/wireless/ti/wl18xx/Kconfig index 1451d1f377c9..1cfdb2548821 100644 --- a/drivers/net/wireless/ti/wl18xx/Kconfig +++ b/drivers/net/wireless/ti/wl18xx/Kconfig @@ -1,6 +1,7 @@ config WL18XX - tristate "TI wl18xx support" - select WLCORE - ---help--- + tristate "TI wl18xx support" + depends on MAC80211 + select WLCORE + ---help--- This module adds support for wireless adapters based on TI WiLink 8 chipsets. |