cfg80211: add request id to cfg80211_sched_scan_*() api
[linux-2.6-block.git] / drivers / net / wireless / Kconfig
CommitLineData
1da177e4
LT
1#
2# Wireless LAN device configuration
3#
4
44175272
LR
5menuconfig WLAN
6 bool "Wireless LAN"
f54bfc0e 7 depends on !S390
9459d59f 8 depends on NET
eab2ec83 9 select WIRELESS
ff4d572a 10 default y
44175272
LR
11 ---help---
12 This section contains all the pre 802.11 and 802.11 wireless
13 device drivers. For a complete list of drivers and documentation
14 on them refer to the wireless wiki:
15
16 http://wireless.kernel.org/en/users/Drivers
17
18if WLAN
1da177e4 19
8f205423
JB
20config WIRELESS_WDS
21 bool "mac80211-based legacy WDS support" if EXPERT
22 help
23 This option enables the deprecated WDS support, the newer
24 mac80211-based 4-addr AP/client support supersedes it with
25 a much better feature set (HT, VHT, ...)
26
27 We plan to remove this option and code, so if you find
28 that you have to enable it, please let us know on the
29 linux-wireless@vger.kernel.org mailing list, so we can
30 help you migrate to 4-addr AP/client (or, if it's really
31 necessary, give up on our plan of removing it).
32
d4a17304 33source "drivers/net/wireless/admtek/Kconfig"
b5c9b4f9 34source "drivers/net/wireless/ath/Kconfig"
30fe0f9b 35source "drivers/net/wireless/atmel/Kconfig"
58619b14 36source "drivers/net/wireless/broadcom/Kconfig"
30db0ca8 37source "drivers/net/wireless/cisco/Kconfig"
367a1092 38source "drivers/net/wireless/intel/Kconfig"
eb4f98d5 39source "drivers/net/wireless/intersil/Kconfig"
f988d640 40source "drivers/net/wireless/marvell/Kconfig"
7b09ed5a 41source "drivers/net/wireless/mediatek/Kconfig"
33aca94d 42source "drivers/net/wireless/ralink/Kconfig"
62141726 43source "drivers/net/wireless/realtek/Kconfig"
941a967c 44source "drivers/net/wireless/rsi/Kconfig"
560424e9 45source "drivers/net/wireless/st/Kconfig"
bd842171 46source "drivers/net/wireless/ti/Kconfig"
ed0ad06f 47source "drivers/net/wireless/zydas/Kconfig"
d4a17304 48
1da177e4 49config PCMCIA_RAYCS
8476a657 50 tristate "Aviator/Raytheon 2.4GHz wireless support"
133d7c6a 51 depends on PCMCIA
2a5e1c0e 52 select WIRELESS_EXT
3d23e349
JB
53 select WEXT_SPY
54 select WEXT_PRIV
1da177e4
LT
55 ---help---
56 Say Y here if you intend to attach an Aviator/Raytheon PCMCIA
57 (PC-card) wireless Ethernet networking card to your computer.
58 Please read the file <file:Documentation/networking/ray_cs.txt> for
59 details.
60
61 To compile this driver as a module, choose M here: the module will be
62 called ray_cs. If unsure, say N.
63
1da177e4 64config PCMCIA_WL3501
3d23e349 65 tristate "Planet WL3501 PCMCIA cards"
4c59ff22 66 depends on CFG80211 && PCMCIA
3d23e349
JB
67 select WIRELESS_EXT
68 select WEXT_SPY
69 help
70 A driver for WL3501 PCMCIA 802.11 wireless cards made by Planet.
71 It has basic support for Linux wireless extensions and initial
72 micro support for ethtool.
1da177e4 73
6d808eba
KV
74config MAC80211_HWSIM
75 tristate "Simulated radio testing tool for mac80211"
76 depends on MAC80211
77 ---help---
78 This driver is a developer testing tool that can be used to test
79 IEEE 802.11 networking stack (mac80211) functionality. This is not
80 needed for normal wireless LAN usage and is only for testing. See
81 Documentation/networking/mac80211_hwsim for more information on how
82 to use this tool.
83
84 To compile this driver as a module, choose M here: the module will be
85 called mac80211_hwsim. If unsure, say N.
86
bf164cc0
JK
87config USB_NET_RNDIS_WLAN
88 tristate "Wireless RNDIS USB support"
798f4e5e 89 depends on USB
0aa8204b 90 depends on CFG80211
269f8cb2 91 select USB_NET_DRIVERS
bf164cc0
JK
92 select USB_USBNET
93 select USB_NET_CDCETHER
94 select USB_NET_RNDIS_HOST
bf164cc0
JK
95 ---help---
96 This is a driver for wireless RNDIS devices.
97 These are USB based adapters found in devices such as:
98
99 Buffalo WLI-U2-KG125S
100 U.S. Robotics USR5421
101 Belkin F5D7051
102 Linksys WUSB54GSv2
103 Linksys WUSB54GSC
104 Asus WL169gE
105 Eminent EM4045
106 BT Voyager 1055
107 Linksys WUSB54GSv1
108 U.S. Robotics USR5420
109 BUFFALO WLI-USB-G54
110
111 All of these devices are based on Broadcom 4320 chip which is the
112 only wireless RNDIS chip known to date.
113
114 If you choose to build a module, it'll be called rndis_wlan.
115
44175272 116endif # WLAN