diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-09-11 04:43:29 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-09-14 14:36:04 -0400 |
commit | ff4d572a186c1276ea2118e405528432eb1f747c (patch) | |
tree | 58384b10b4adaed05b186d189333dc583f10ecb9 | |
parent | 8862dc5f25153a3c565a097220ed3de14ed72dfd (diff) | |
download | linux-ff4d572a186c1276ea2118e405528432eb1f747c.tar.gz linux-ff4d572a186c1276ea2118e405528432eb1f747c.tar.xz |
wireless: default CONFIG_WLAN to y
When this was added no defaults were set and it seems
this implies n. Default this to y.
Reported-by: Jouni Malinen <jouni.malinen@atheros.com>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/net/wireless/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index ad89d23968df..49ea9c92b7e6 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig @@ -5,6 +5,7 @@ menuconfig WLAN bool "Wireless LAN" depends on !S390 + default y ---help--- This section contains all the pre 802.11 and 802.11 wireless device drivers. For a complete list of drivers and documentation |