projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75323fa
)
wireless: use menuconfig for WLAN_PRE80211 and WLAN_80211
author
Luis R. Rodriguez
<lrodriguez@atheros.com>
Mon, 27 Jul 2009 23:56:15 +0000
(16:56 -0700)
committer
John 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
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/Kconfig
b/drivers/net/wireless/Kconfig
index
ca7a8a3
..
dda7cc2
100644
(file)
--- a/
drivers/net/wireless/Kconfig
+++ b/
drivers/net/wireless/Kconfig
@@
-5,7
+5,7
@@
menu "Wireless LAN"
depends on !S390
-config WLAN_PRE80211
+
menu
config 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
+
menu
config WLAN_80211
bool "Wireless LAN (IEEE 802.11)"
depends on NETDEVICES
---help---