Kconfig 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579
  1. #
  2. # Wireless LAN device configuration
  3. #
  4. menu "Wireless LAN"
  5. depends on !S390
  6. config WLAN_PRE80211
  7. bool "Wireless LAN (pre-802.11)"
  8. depends on NETDEVICES
  9. ---help---
  10. Say Y if you have any pre-802.11 wireless LAN hardware.
  11. This option does not affect the kernel build, it only
  12. lets you choose drivers.
  13. config STRIP
  14. tristate "STRIP (Metricom starmode radio IP)"
  15. depends on INET && WLAN_PRE80211
  16. select WIRELESS_EXT
  17. ---help---
  18. Say Y if you have a Metricom radio and intend to use Starmode Radio
  19. IP. STRIP is a radio protocol developed for the MosquitoNet project
  20. (on the WWW at <http://mosquitonet.stanford.edu/>) to send Internet
  21. traffic using Metricom radios. Metricom radios are small, battery
  22. powered, 100kbit/sec packet radio transceivers, about the size and
  23. weight of a cellular telephone. (You may also have heard them called
  24. "Metricom modems" but we avoid the term "modem" because it misleads
  25. many people into thinking that you can plug a Metricom modem into a
  26. phone line and use it as a modem.)
  27. You can use STRIP on any Linux machine with a serial port, although
  28. it is obviously most useful for people with laptop computers. If you
  29. think you might get a Metricom radio in the future, there is no harm
  30. in saying Y to STRIP now, except that it makes the kernel a bit
  31. bigger.
  32. To compile this as a module, choose M here: the module will be
  33. called strip.
  34. config ARLAN
  35. tristate "Aironet Arlan 655 & IC2200 DS support"
  36. depends on ISA && !64BIT && WLAN_PRE80211
  37. select WIRELESS_EXT
  38. ---help---
  39. Aironet makes Arlan, a class of wireless LAN adapters. These use the
  40. www.Telxon.com chip, which is also used on several similar cards.
  41. This driver is tested on the 655 and IC2200 series cards. Look at
  42. <http://www.ylenurme.ee/~elmer/655/> for the latest information.
  43. The driver is built as two modules, arlan and arlan-proc. The latter
  44. is the /proc interface and is not needed most of time.
  45. On some computers the card ends up in non-valid state after some
  46. time. Use a ping-reset script to clear it.
  47. config WAVELAN
  48. tristate "AT&T/Lucent old WaveLAN & DEC RoamAbout DS ISA support"
  49. depends on ISA && WLAN_PRE80211
  50. select WIRELESS_EXT
  51. ---help---
  52. The Lucent WaveLAN (formerly NCR and AT&T; or DEC RoamAbout DS) is
  53. a Radio LAN (wireless Ethernet-like Local Area Network) using the
  54. radio frequencies 900 MHz and 2.4 GHz.
  55. If you want to use an ISA WaveLAN card under Linux, say Y and read
  56. the Ethernet-HOWTO, available from
  57. <http://www.tldp.org/docs.html#howto>. Some more specific
  58. information is contained in
  59. <file:Documentation/networking/wavelan.txt> and in the source code
  60. <file:drivers/net/wireless/wavelan.p.h>.
  61. You will also need the wireless tools package available from
  62. <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>.
  63. Please read the man pages contained therein.
  64. To compile this driver as a module, choose M here: the module will be
  65. called wavelan.
  66. config PCMCIA_WAVELAN
  67. tristate "AT&T/Lucent old WaveLAN Pcmcia wireless support"
  68. depends on PCMCIA && WLAN_PRE80211
  69. select WIRELESS_EXT
  70. help
  71. Say Y here if you intend to attach an AT&T/Lucent Wavelan PCMCIA
  72. (PC-card) wireless Ethernet networking card to your computer. This
  73. driver is for the non-IEEE-802.11 Wavelan cards.
  74. To compile this driver as a module, choose M here: the module will be
  75. called wavelan_cs. If unsure, say N.
  76. config PCMCIA_NETWAVE
  77. tristate "Xircom Netwave AirSurfer Pcmcia wireless support"
  78. depends on PCMCIA && WLAN_PRE80211
  79. select WIRELESS_EXT
  80. help
  81. Say Y here if you intend to attach this type of PCMCIA (PC-card)
  82. wireless Ethernet networking card to your computer.
  83. To compile this driver as a module, choose M here: the module will be
  84. called netwave_cs. If unsure, say N.
  85. config WLAN_80211
  86. bool "Wireless LAN (IEEE 802.11)"
  87. depends on NETDEVICES
  88. ---help---
  89. Say Y if you have any 802.11 wireless LAN hardware.
  90. This option does not affect the kernel build, it only
  91. lets you choose drivers.
  92. config PCMCIA_RAYCS
  93. tristate "Aviator/Raytheon 2.4MHz wireless support"
  94. depends on PCMCIA && WLAN_80211
  95. select WIRELESS_EXT
  96. ---help---
  97. Say Y here if you intend to attach an Aviator/Raytheon PCMCIA
  98. (PC-card) wireless Ethernet networking card to your computer.
  99. Please read the file <file:Documentation/networking/ray_cs.txt> for
  100. details.
  101. To compile this driver as a module, choose M here: the module will be
  102. called ray_cs. If unsure, say N.
  103. config LIBERTAS
  104. tristate "Marvell 8xxx Libertas WLAN driver support"
  105. depends on WLAN_80211
  106. select WIRELESS_EXT
  107. select LIB80211
  108. select FW_LOADER
  109. ---help---
  110. A library for Marvell Libertas 8xxx devices.
  111. config LIBERTAS_USB
  112. tristate "Marvell Libertas 8388 USB 802.11b/g cards"
  113. depends on LIBERTAS && USB
  114. ---help---
  115. A driver for Marvell Libertas 8388 USB devices.
  116. config LIBERTAS_CS
  117. tristate "Marvell Libertas 8385 CompactFlash 802.11b/g cards"
  118. depends on LIBERTAS && PCMCIA
  119. select FW_LOADER
  120. ---help---
  121. A driver for Marvell Libertas 8385 CompactFlash devices.
  122. config LIBERTAS_SDIO
  123. tristate "Marvell Libertas 8385 and 8686 SDIO 802.11b/g cards"
  124. depends on LIBERTAS && MMC
  125. ---help---
  126. A driver for Marvell Libertas 8385 and 8686 SDIO devices.
  127. config LIBERTAS_DEBUG
  128. bool "Enable full debugging output in the Libertas module."
  129. depends on LIBERTAS
  130. ---help---
  131. Debugging support.
  132. config LIBERTAS_THINFIRM
  133. tristate "Marvell 8xxx Libertas WLAN driver support with thin firmware"
  134. depends on WLAN_80211 && MAC80211
  135. select FW_LOADER
  136. ---help---
  137. A library for Marvell Libertas 8xxx devices using thinfirm.
  138. config LIBERTAS_THINFIRM_USB
  139. tristate "Marvell Libertas 8388 USB 802.11b/g cards with thin firmware"
  140. depends on LIBERTAS_THINFIRM && USB
  141. ---help---
  142. A driver for Marvell Libertas 8388 USB devices using thinfirm.
  143. config AIRO
  144. tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards"
  145. depends on ISA_DMA_API && WLAN_80211 && (PCI || BROKEN)
  146. select WIRELESS_EXT
  147. select CRYPTO
  148. ---help---
  149. This is the standard Linux driver to support Cisco/Aironet ISA and
  150. PCI 802.11 wireless cards.
  151. It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X
  152. - with or without encryption) as well as card before the Cisco
  153. acquisition (Aironet 4500, Aironet 4800, Aironet 4800B).
  154. This driver support both the standard Linux Wireless Extensions
  155. and Cisco proprietary API, so both the Linux Wireless Tools and the
  156. Cisco Linux utilities can be used to configure the card.
  157. The driver can be compiled as a module and will be named "airo".
  158. config HERMES
  159. tristate "Hermes chipset 802.11b support (Orinoco/Prism2/Symbol)"
  160. depends on (PPC_PMAC || PCI || PCMCIA) && WLAN_80211
  161. select WIRELESS_EXT
  162. select FW_LOADER
  163. select CRYPTO
  164. select CRYPTO_MICHAEL_MIC
  165. ---help---
  166. A driver for 802.11b wireless cards based on the "Hermes" or
  167. Intersil HFA384x (Prism 2) MAC controller. This includes the vast
  168. majority of the PCMCIA 802.11b cards (which are nearly all rebadges)
  169. - except for the Cisco/Aironet cards. Cards supported include the
  170. Apple Airport (not a PCMCIA card), WavelanIEEE/Orinoco,
  171. Cabletron/EnteraSys Roamabout, ELSA AirLancer, MELCO Buffalo, Avaya,
  172. IBM High Rate Wireless, Farralon Syyline, Samsung MagicLAN, Netgear
  173. MA401, LinkSys WPC-11, D-Link DWL-650, 3Com AirConnect, Intel
  174. IPW2011, and Symbol Spectrum24 High Rate amongst others.
  175. This option includes the guts of the driver, but in order to
  176. actually use a card you will also need to enable support for PCMCIA
  177. Hermes cards, PLX9052 based PCI adaptors or the Apple Airport below.
  178. You will also very likely also need the Wireless Tools in order to
  179. configure your card and that /etc/pcmcia/wireless.opts works :
  180. <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>
  181. config APPLE_AIRPORT
  182. tristate "Apple Airport support (built-in)"
  183. depends on PPC_PMAC && HERMES
  184. help
  185. Say Y here to support the Airport 802.11b wireless Ethernet hardware
  186. built into the Macintosh iBook and other recent PowerPC-based
  187. Macintosh machines. This is essentially a Lucent Orinoco card with
  188. a non-standard interface.
  189. This driver does not support the Airport Extreme (802.11b/g). Use
  190. the BCM43xx driver for Airport Extreme cards.
  191. config PLX_HERMES
  192. tristate "Hermes in PLX9052 based PCI adaptor support (Netgear MA301 etc.)"
  193. depends on PCI && HERMES
  194. help
  195. Enable support for PCMCIA cards supported by the "Hermes" (aka
  196. orinoco) driver when used in PLX9052 based PCI adaptors. These
  197. adaptors are not a full PCMCIA controller but act as a more limited
  198. PCI <-> PCMCIA bridge. Several vendors sell such adaptors so that
  199. 802.11b PCMCIA cards can be used in desktop machines. The Netgear
  200. MA301 is such an adaptor.
  201. config TMD_HERMES
  202. tristate "Hermes in TMD7160 based PCI adaptor support"
  203. depends on PCI && HERMES
  204. help
  205. Enable support for PCMCIA cards supported by the "Hermes" (aka
  206. orinoco) driver when used in TMD7160 based PCI adaptors. These
  207. adaptors are not a full PCMCIA controller but act as a more limited
  208. PCI <-> PCMCIA bridge. Several vendors sell such adaptors so that
  209. 802.11b PCMCIA cards can be used in desktop machines.
  210. config NORTEL_HERMES
  211. tristate "Nortel emobility PCI adaptor support"
  212. depends on PCI && HERMES
  213. help
  214. Enable support for PCMCIA cards supported by the "Hermes" (aka
  215. orinoco) driver when used in Nortel emobility PCI adaptors. These
  216. adaptors are not full PCMCIA controllers, but act as a more limited
  217. PCI <-> PCMCIA bridge.
  218. config PCI_HERMES
  219. tristate "Prism 2.5 PCI 802.11b adaptor support"
  220. depends on PCI && HERMES
  221. help
  222. Enable support for PCI and mini-PCI 802.11b wireless NICs based on
  223. the Prism 2.5 chipset. These are true PCI cards, not the 802.11b
  224. PCMCIA cards bundled with PCI<->PCMCIA adaptors which are also
  225. common. Some of the built-in wireless adaptors in laptops are of
  226. this variety.
  227. config PCMCIA_HERMES
  228. tristate "Hermes PCMCIA card support"
  229. depends on PCMCIA && HERMES
  230. ---help---
  231. A driver for "Hermes" chipset based PCMCIA wireless adaptors, such
  232. as the Lucent WavelanIEEE/Orinoco cards and their OEM (Cabletron/
  233. EnteraSys RoamAbout 802.11, ELSA Airlancer, Melco Buffalo and
  234. others). It should also be usable on various Prism II based cards
  235. such as the Linksys, D-Link and Farallon Skyline. It should also
  236. work on Symbol cards such as the 3Com AirConnect and Ericsson WLAN.
  237. You will very likely need the Wireless Tools in order to
  238. configure your card and that /etc/pcmcia/wireless.opts works:
  239. <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>.
  240. config PCMCIA_SPECTRUM
  241. tristate "Symbol Spectrum24 Trilogy PCMCIA card support"
  242. depends on PCMCIA && HERMES
  243. ---help---
  244. This is a driver for 802.11b cards using RAM-loadable Symbol
  245. firmware, such as Symbol Wireless Networker LA4100, CompactFlash
  246. cards by Socket Communications and Intel PRO/Wireless 2011B.
  247. This driver requires firmware download on startup. Utilities
  248. for downloading Symbol firmware are available at
  249. <http://sourceforge.net/projects/orinoco/>
  250. config ATMEL
  251. tristate "Atmel at76c50x chipset 802.11b support"
  252. depends on (PCI || PCMCIA) && WLAN_80211
  253. select WIRELESS_EXT
  254. select FW_LOADER
  255. select CRC32
  256. ---help---
  257. A driver 802.11b wireless cards based on the Atmel fast-vnet
  258. chips. This driver supports standard Linux wireless extensions.
  259. Many cards based on this chipset do not have flash memory
  260. and need their firmware loaded at start-up. If yours is
  261. one of these, you will need to provide a firmware image
  262. to be loaded into the card by the driver. The Atmel
  263. firmware package can be downloaded from
  264. <http://www.thekelleys.org.uk/atmel>
  265. config PCI_ATMEL
  266. tristate "Atmel at76c506 PCI cards"
  267. depends on ATMEL && PCI
  268. ---help---
  269. Enable support for PCI and mini-PCI cards containing the
  270. Atmel at76c506 chip.
  271. config PCMCIA_ATMEL
  272. tristate "Atmel at76c502/at76c504 PCMCIA cards"
  273. depends on ATMEL && PCMCIA
  274. select WIRELESS_EXT
  275. select FW_LOADER
  276. select CRC32
  277. ---help---
  278. Enable support for PCMCIA cards containing the
  279. Atmel at76c502 and at76c504 chips.
  280. config AIRO_CS
  281. tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards"
  282. depends on PCMCIA && (BROKEN || !M32R) && WLAN_80211
  283. select WIRELESS_EXT
  284. select CRYPTO
  285. select CRYPTO_AES
  286. ---help---
  287. This is the standard Linux driver to support Cisco/Aironet PCMCIA
  288. 802.11 wireless cards. This driver is the same as the Aironet
  289. driver part of the Linux Pcmcia package.
  290. It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X
  291. - with or without encryption) as well as card before the Cisco
  292. acquisition (Aironet 4500, Aironet 4800, Aironet 4800B). It also
  293. supports OEM of Cisco such as the DELL TrueMobile 4800 and Xircom
  294. 802.11b cards.
  295. This driver support both the standard Linux Wireless Extensions
  296. and Cisco proprietary API, so both the Linux Wireless Tools and the
  297. Cisco Linux utilities can be used to configure the card.
  298. config PCMCIA_WL3501
  299. tristate "Planet WL3501 PCMCIA cards"
  300. depends on EXPERIMENTAL && PCMCIA && WLAN_80211
  301. select WIRELESS_EXT
  302. ---help---
  303. A driver for WL3501 PCMCIA 802.11 wireless cards made by Planet.
  304. It has basic support for Linux wireless extensions and initial
  305. micro support for ethtool.
  306. config PRISM54
  307. tristate 'Intersil Prism GT/Duette/Indigo PCI/Cardbus'
  308. depends on PCI && EXPERIMENTAL && WLAN_80211
  309. select WIRELESS_EXT
  310. select FW_LOADER
  311. ---help---
  312. Enable PCI and Cardbus support for the following chipset based cards:
  313. ISL3880 - Prism GT 802.11 b/g
  314. ISL3877 - Prism Indigo 802.11 a
  315. ISL3890 - Prism Duette 802.11 a/b/g
  316. For a complete list of supported cards visit <http://prism54.org>.
  317. Here is the latest confirmed list of supported cards:
  318. 3com OfficeConnect 11g Cardbus Card aka 3CRWE154G72 (version 1)
  319. Allnet ALL0271 PCI Card
  320. Compex WL54G Cardbus Card
  321. Corega CG-WLCB54GT Cardbus Card
  322. D-Link Air Plus Xtreme G A1 Cardbus Card aka DWL-g650
  323. I-O Data WN-G54/CB Cardbus Card
  324. Kobishi XG-300 aka Z-Com Cardbus Card
  325. Netgear WG511 Cardbus Card
  326. Ovislink WL-5400PCI PCI Card
  327. Peabird WLG-PCI PCI Card
  328. Sitecom WL-100i Cardbus Card
  329. Sitecom WL-110i PCI Card
  330. SMC2802W - EZ Connect g 2.4GHz 54 Mbps Wireless PCI Card
  331. SMC2835W - EZ Connect g 2.4GHz 54 Mbps Wireless Cardbus Card
  332. SMC2835W-V2 - EZ Connect g 2.4GHz 54 Mbps Wireless Cardbus Card
  333. Z-Com XG-900 PCI Card
  334. Zyxel G-100 Cardbus Card
  335. If you enable this you will need a firmware file as well.
  336. You will need to copy this to /usr/lib/hotplug/firmware/isl3890.
  337. You can get this non-GPL'd firmware file from the Prism54 project page:
  338. <http://prism54.org>
  339. You will also need the /etc/hotplug/firmware.agent script from
  340. a current hotplug package.
  341. Note: You need a motherboard with DMA support to use any of these cards
  342. If you want to compile the driver as a module ( = code which can be
  343. inserted in and removed from the running kernel whenever you want),
  344. say M here and read <file:Documentation/kbuild/modules.txt>.
  345. The module will be called prism54.ko.
  346. config USB_ZD1201
  347. tristate "USB ZD1201 based Wireless device support"
  348. depends on USB && WLAN_80211
  349. select WIRELESS_EXT
  350. select FW_LOADER
  351. ---help---
  352. Say Y if you want to use wireless LAN adapters based on the ZyDAS
  353. ZD1201 chip.
  354. This driver makes the adapter appear as a normal Ethernet interface,
  355. typically on wlan0.
  356. The zd1201 device requires external firmware to be loaded.
  357. This can be found at http://linux-lc100020.sourceforge.net/
  358. To compile this driver as a module, choose M here: the
  359. module will be called zd1201.
  360. config USB_NET_RNDIS_WLAN
  361. tristate "Wireless RNDIS USB support"
  362. depends on USB && WLAN_80211 && EXPERIMENTAL
  363. select USB_USBNET
  364. select USB_NET_CDCETHER
  365. select USB_NET_RNDIS_HOST
  366. select WIRELESS_EXT
  367. ---help---
  368. This is a driver for wireless RNDIS devices.
  369. These are USB based adapters found in devices such as:
  370. Buffalo WLI-U2-KG125S
  371. U.S. Robotics USR5421
  372. Belkin F5D7051
  373. Linksys WUSB54GSv2
  374. Linksys WUSB54GSC
  375. Asus WL169gE
  376. Eminent EM4045
  377. BT Voyager 1055
  378. Linksys WUSB54GSv1
  379. U.S. Robotics USR5420
  380. BUFFALO WLI-USB-G54
  381. All of these devices are based on Broadcom 4320 chip which is the
  382. only wireless RNDIS chip known to date.
  383. If you choose to build a module, it'll be called rndis_wlan.
  384. config RTL8180
  385. tristate "Realtek 8180/8185 PCI support"
  386. depends on MAC80211 && PCI && WLAN_80211 && EXPERIMENTAL
  387. select EEPROM_93CX6
  388. ---help---
  389. This is a driver for RTL8180 and RTL8185 based cards.
  390. These are PCI based chips found in cards such as:
  391. (RTL8185 802.11g)
  392. A-Link WL54PC
  393. (RTL8180 802.11b)
  394. Belkin F5D6020 v3
  395. Belkin F5D6020 v3
  396. Dlink DWL-610
  397. Dlink DWL-510
  398. Netgear MA521
  399. Level-One WPC-0101
  400. Acer Aspire 1357 LMi
  401. VCTnet PC-11B1
  402. Ovislink AirLive WL-1120PCM
  403. Mentor WL-PCI
  404. Linksys WPC11 v4
  405. TrendNET TEW-288PI
  406. D-Link DWL-520 Rev D
  407. Repotec RP-WP7126
  408. TP-Link TL-WN250/251
  409. Zonet ZEW1000
  410. Longshine LCS-8031-R
  411. HomeLine HLW-PCC200
  412. GigaFast WF721-AEX
  413. Planet WL-3553
  414. Encore ENLWI-PCI1-NT
  415. TrendNET TEW-266PC
  416. Gigabyte GN-WLMR101
  417. Siemens-fujitsu Amilo D1840W
  418. Edimax EW-7126
  419. PheeNet WL-11PCIR
  420. Tonze PC-2100T
  421. Planet WL-8303
  422. Dlink DWL-650 v M1
  423. Edimax EW-7106
  424. Q-Tec 770WC
  425. Topcom Skyr@cer 4011b
  426. Roper FreeLan 802.11b (edition 2004)
  427. Wistron Neweb Corp CB-200B
  428. Pentagram HorNET
  429. QTec 775WC
  430. TwinMOS Booming B Series
  431. Micronet SP906BB
  432. Sweex LC700010
  433. Surecom EP-9428
  434. Safecom SWLCR-1100
  435. Thanks to Realtek for their support!
  436. config RTL8187
  437. tristate "Realtek 8187 and 8187B USB support"
  438. depends on MAC80211 && USB && WLAN_80211 && EXPERIMENTAL
  439. select EEPROM_93CX6
  440. ---help---
  441. This is a driver for RTL8187 and RTL8187B based cards.
  442. These are USB based chips found in devices such as:
  443. Netgear WG111v2
  444. Level 1 WNC-0301USB
  445. Micronet SP907GK V5
  446. Encore ENUWI-G2
  447. Trendnet TEW-424UB
  448. ASUS P5B Deluxe
  449. Toshiba Satellite Pro series of laptops
  450. Asus Wireless Link
  451. Thanks to Realtek for their support!
  452. config ADM8211
  453. tristate "ADMtek ADM8211 support"
  454. depends on MAC80211 && PCI && WLAN_80211 && EXPERIMENTAL
  455. select CRC32
  456. select EEPROM_93CX6
  457. ---help---
  458. This driver is for ADM8211A, ADM8211B, and ADM8211C based cards.
  459. These are PCI/mini-PCI/Cardbus 802.11b chips found in cards such as:
  460. Xterasys Cardbus XN-2411b
  461. Blitz NetWave Point PC
  462. TrendNet 221pc
  463. Belkin F5D6001
  464. SMC 2635W
  465. Linksys WPC11 v1
  466. Fiberline FL-WL-200X
  467. 3com Office Connect (3CRSHPW796)
  468. Corega WLPCIB-11
  469. SMC 2602W V2 EU
  470. D-Link DWL-520 Revision C
  471. However, some of these cards have been replaced with other chips
  472. like the RTL8180L (Xterasys Cardbus XN-2411b, Belkin F5D6001) or
  473. the Ralink RT2400 (SMC2635W) without a model number change.
  474. Thanks to Infineon-ADMtek for their support of this driver.
  475. config MAC80211_HWSIM
  476. tristate "Simulated radio testing tool for mac80211"
  477. depends on MAC80211 && WLAN_80211
  478. ---help---
  479. This driver is a developer testing tool that can be used to test
  480. IEEE 802.11 networking stack (mac80211) functionality. This is not
  481. needed for normal wireless LAN usage and is only for testing. See
  482. Documentation/networking/mac80211_hwsim for more information on how
  483. to use this tool.
  484. To compile this driver as a module, choose M here: the module will be
  485. called mac80211_hwsim. If unsure, say N.
  486. source "drivers/net/wireless/p54/Kconfig"
  487. source "drivers/net/wireless/ath5k/Kconfig"
  488. source "drivers/net/wireless/ath9k/Kconfig"
  489. source "drivers/net/wireless/ipw2x00/Kconfig"
  490. source "drivers/net/wireless/iwlwifi/Kconfig"
  491. source "drivers/net/wireless/hostap/Kconfig"
  492. source "drivers/net/wireless/b43/Kconfig"
  493. source "drivers/net/wireless/b43legacy/Kconfig"
  494. source "drivers/net/wireless/zd1211rw/Kconfig"
  495. source "drivers/net/wireless/rt2x00/Kconfig"
  496. endmenu