aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/Kconfig
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2009-10-28 16:16:38 -0400
committerJohn W. Linville <linville@tuxdriver.com>2009-10-30 16:50:34 -0400
commit4b5783549730da21d88b41dce9a2b738afa44abc (patch)
treec4cbe9c4ad6692cc97c77482cd8985d3b945ecd5 /drivers/net/wireless/Kconfig
parent0234f84ebb00d36c48062befa5436eef36b71ccd (diff)
netwave: move driver to staging
Move the netwave driver to drivers/staging. This is another pre-802.11 driver that has seen virtually no non-API-fixup activity in years, and for which no active hardware is likely to still exist. This driver represents unnecessary ongoing maintenance for no clear benefit. This patch brought to you by the "hacking" session at the 2009 Kernel Summit in Tokyo, Japan... Acked-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/Kconfig')
-rw-r--r--drivers/net/wireless/Kconfig13
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig
index f94188f05a02..bf0eb4e774b4 100644
--- a/drivers/net/wireless/Kconfig
+++ b/drivers/net/wireless/Kconfig
@@ -25,19 +25,6 @@ menuconfig WLAN_PRE80211
25 This option does not affect the kernel build, it only 25 This option does not affect the kernel build, it only
26 lets you choose drivers. 26 lets you choose drivers.
27 27
28config PCMCIA_NETWAVE
29 tristate "Xircom Netwave AirSurfer Pcmcia wireless support"
30 depends on PCMCIA && WLAN_PRE80211
31 select WIRELESS_EXT
32 select WEXT_PRIV
33 help
34 Say Y here if you intend to attach this type of PCMCIA (PC-card)
35 wireless Ethernet networking card to your computer.
36
37 To compile this driver as a module, choose M here: the module will be
38 called netwave_cs. If unsure, say N.
39
40
41menuconfig WLAN_80211 28menuconfig WLAN_80211
42 bool "Wireless LAN (IEEE 802.11)" 29 bool "Wireless LAN (IEEE 802.11)"
43 depends on NETDEVICES 30 depends on NETDEVICES