]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
wireless: use menuconfig for WLAN_PRE80211 and WLAN_80211
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Mon, 27 Jul 2009 23:56:15 +0000 (16:56 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 4 Aug 2009 20:43:21 +0000 (16:43 -0400)
This should make it very clear which are pre-802.11 or not

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/Kconfig

index ca7a8a31d0b98a607f09895d939444cdc5795545..dda7cc2e1f5796a545eabe5632cbb5a8a3f1cbde 100644 (file)
@@ -5,7 +5,7 @@
 menu "Wireless LAN"
        depends on !S390
 
-config WLAN_PRE80211
+menuconfig WLAN_PRE80211
        bool "Wireless LAN (pre-802.11)"
        depends on NETDEVICES
        ---help---
@@ -101,7 +101,7 @@ config PCMCIA_NETWAVE
          called netwave_cs.  If unsure, say N.
 
 
-config WLAN_80211
+menuconfig WLAN_80211
        bool "Wireless LAN (IEEE 802.11)"
        depends on NETDEVICES
        ---help---