11da177e4SLinus Torvalds# 21da177e4SLinus Torvalds# Wireless LAN device configuration 31da177e4SLinus Torvalds# 41da177e4SLinus Torvalds 51da177e4SLinus Torvaldsmenu "Wireless LAN (non-hamradio)" 61da177e4SLinus Torvalds depends on NETDEVICES 71da177e4SLinus Torvalds 81da177e4SLinus Torvaldsconfig NET_RADIO 9c1783454SJean Tourrilhes bool "Wireless LAN drivers (non-hamradio) & Wireless Extensions" 10d86b5e0eSAdrian Bunk select WIRELESS_EXT 111da177e4SLinus Torvalds ---help--- 121da177e4SLinus Torvalds Support for wireless LANs and everything having to do with radio, 131da177e4SLinus Torvalds but not with amateur radio or FM broadcasting. 141da177e4SLinus Torvalds 151da177e4SLinus Torvalds Saying Y here also enables the Wireless Extensions (creates 161da177e4SLinus Torvalds /proc/net/wireless and enables iwconfig access). The Wireless 171da177e4SLinus Torvalds Extension is a generic API allowing a driver to expose to the user 181da177e4SLinus Torvalds space configuration and statistics specific to common Wireless LANs. 191da177e4SLinus Torvalds The beauty of it is that a single set of tool can support all the 201da177e4SLinus Torvalds variations of Wireless LANs, regardless of their type (as long as 211da177e4SLinus Torvalds the driver supports Wireless Extension). Another advantage is that 221da177e4SLinus Torvalds these parameters may be changed on the fly without restarting the 231da177e4SLinus Torvalds driver (or Linux). If you wish to use Wireless Extensions with 241da177e4SLinus Torvalds wireless PCMCIA (PC-) cards, you need to say Y here; you can fetch 251da177e4SLinus Torvalds the tools from 261da177e4SLinus Torvalds <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>. 271da177e4SLinus Torvalds 28711e2c33SJean Tourrilhesconfig NET_WIRELESS_RTNETLINK 29711e2c33SJean Tourrilhes bool "Wireless Extension API over RtNetlink" 30868d2c1eSDave Jones depends on NET_RADIO 31711e2c33SJean Tourrilhes ---help--- 32711e2c33SJean Tourrilhes Support the Wireless Extension API over the RtNetlink socket 33711e2c33SJean Tourrilhes in addition to the traditional ioctl interface (selected above). 34711e2c33SJean Tourrilhes 35711e2c33SJean Tourrilhes For now, few tools use this facility, but it might grow in the 36711e2c33SJean Tourrilhes future. The only downside is that it adds 4.5 kB to your kernel. 37711e2c33SJean Tourrilhes 381da177e4SLinus Torvalds# Note : the cards are obsolete (can't buy them anymore), but the drivers 391da177e4SLinus Torvalds# are not, as people are still using them... 401da177e4SLinus Torvaldscomment "Obsolete Wireless cards support (pre-802.11)" 411da177e4SLinus Torvalds depends on NET_RADIO && (INET || ISA || PCMCIA) 421da177e4SLinus Torvalds 431da177e4SLinus Torvaldsconfig STRIP 441da177e4SLinus Torvalds tristate "STRIP (Metricom starmode radio IP)" 451da177e4SLinus Torvalds depends on NET_RADIO && INET 461da177e4SLinus Torvalds ---help--- 471da177e4SLinus Torvalds Say Y if you have a Metricom radio and intend to use Starmode Radio 481da177e4SLinus Torvalds IP. STRIP is a radio protocol developed for the MosquitoNet project 491da177e4SLinus Torvalds (on the WWW at <http://mosquitonet.stanford.edu/>) to send Internet 501da177e4SLinus Torvalds traffic using Metricom radios. Metricom radios are small, battery 511da177e4SLinus Torvalds powered, 100kbit/sec packet radio transceivers, about the size and 521da177e4SLinus Torvalds weight of a cellular telephone. (You may also have heard them called 531da177e4SLinus Torvalds "Metricom modems" but we avoid the term "modem" because it misleads 541da177e4SLinus Torvalds many people into thinking that you can plug a Metricom modem into a 551da177e4SLinus Torvalds phone line and use it as a modem.) 561da177e4SLinus Torvalds 571da177e4SLinus Torvalds You can use STRIP on any Linux machine with a serial port, although 581da177e4SLinus Torvalds it is obviously most useful for people with laptop computers. If you 591da177e4SLinus Torvalds think you might get a Metricom radio in the future, there is no harm 601da177e4SLinus Torvalds in saying Y to STRIP now, except that it makes the kernel a bit 611da177e4SLinus Torvalds bigger. 621da177e4SLinus Torvalds 631da177e4SLinus Torvalds To compile this as a module, choose M here: the module will be 641da177e4SLinus Torvalds called strip. 651da177e4SLinus Torvalds 661da177e4SLinus Torvaldsconfig ARLAN 671da177e4SLinus Torvalds tristate "Aironet Arlan 655 & IC2200 DS support" 681da177e4SLinus Torvalds depends on NET_RADIO && ISA && !64BIT 691da177e4SLinus Torvalds ---help--- 701da177e4SLinus Torvalds Aironet makes Arlan, a class of wireless LAN adapters. These use the 711da177e4SLinus Torvalds www.Telxon.com chip, which is also used on several similar cards. 721da177e4SLinus Torvalds This driver is tested on the 655 and IC2200 series cards. Look at 731da177e4SLinus Torvalds <http://www.ylenurme.ee/~elmer/655/> for the latest information. 741da177e4SLinus Torvalds 751da177e4SLinus Torvalds The driver is built as two modules, arlan and arlan-proc. The latter 761da177e4SLinus Torvalds is the /proc interface and is not needed most of time. 771da177e4SLinus Torvalds 781da177e4SLinus Torvalds On some computers the card ends up in non-valid state after some 791da177e4SLinus Torvalds time. Use a ping-reset script to clear it. 801da177e4SLinus Torvalds 811da177e4SLinus Torvaldsconfig WAVELAN 821da177e4SLinus Torvalds tristate "AT&T/Lucent old WaveLAN & DEC RoamAbout DS ISA support" 831da177e4SLinus Torvalds depends on NET_RADIO && ISA 841da177e4SLinus Torvalds ---help--- 851da177e4SLinus Torvalds The Lucent WaveLAN (formerly NCR and AT&T; or DEC RoamAbout DS) is 861da177e4SLinus Torvalds a Radio LAN (wireless Ethernet-like Local Area Network) using the 871da177e4SLinus Torvalds radio frequencies 900 MHz and 2.4 GHz. 881da177e4SLinus Torvalds 891da177e4SLinus Torvalds This driver support the ISA version of the WaveLAN card. A separate 901da177e4SLinus Torvalds driver for the PCMCIA (PC-card) hardware is available in David 911da177e4SLinus Torvalds Hinds' pcmcia-cs package (see the file <file:Documentation/Changes> 921da177e4SLinus Torvalds for location). 931da177e4SLinus Torvalds 941da177e4SLinus Torvalds If you want to use an ISA WaveLAN card under Linux, say Y and read 951da177e4SLinus Torvalds the Ethernet-HOWTO, available from 961da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. Some more specific 971da177e4SLinus Torvalds information is contained in 981da177e4SLinus Torvalds <file:Documentation/networking/wavelan.txt> and in the source code 991da177e4SLinus Torvalds <file:drivers/net/wavelan.p.h>. 1001da177e4SLinus Torvalds 1011da177e4SLinus Torvalds You will also need the wireless tools package available from 1021da177e4SLinus Torvalds <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>. 1031da177e4SLinus Torvalds Please read the man pages contained therein. 1041da177e4SLinus Torvalds 1051da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module will be 1061da177e4SLinus Torvalds called wavelan. 1071da177e4SLinus Torvalds 1081da177e4SLinus Torvaldsconfig PCMCIA_WAVELAN 1091da177e4SLinus Torvalds tristate "AT&T/Lucent old WaveLAN Pcmcia wireless support" 1101da177e4SLinus Torvalds depends on NET_RADIO && PCMCIA 1111da177e4SLinus Torvalds help 1121da177e4SLinus Torvalds Say Y here if you intend to attach an AT&T/Lucent Wavelan PCMCIA 1131da177e4SLinus Torvalds (PC-card) wireless Ethernet networking card to your computer. This 1141da177e4SLinus Torvalds driver is for the non-IEEE-802.11 Wavelan cards. 1151da177e4SLinus Torvalds 1161da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module will be 1171da177e4SLinus Torvalds called wavelan_cs. If unsure, say N. 1181da177e4SLinus Torvalds 1191da177e4SLinus Torvaldsconfig PCMCIA_NETWAVE 1201da177e4SLinus Torvalds tristate "Xircom Netwave AirSurfer Pcmcia wireless support" 1211da177e4SLinus Torvalds depends on NET_RADIO && PCMCIA 1221da177e4SLinus Torvalds help 1231da177e4SLinus Torvalds Say Y here if you intend to attach this type of PCMCIA (PC-card) 1241da177e4SLinus Torvalds wireless Ethernet networking card to your computer. 1251da177e4SLinus Torvalds 1261da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module will be 1271da177e4SLinus Torvalds called netwave_cs. If unsure, say N. 1281da177e4SLinus Torvalds 1291da177e4SLinus Torvaldscomment "Wireless 802.11 Frequency Hopping cards support" 1301da177e4SLinus Torvalds depends on NET_RADIO && PCMCIA 1311da177e4SLinus Torvalds 1321da177e4SLinus Torvaldsconfig PCMCIA_RAYCS 1331da177e4SLinus Torvalds tristate "Aviator/Raytheon 2.4MHz wireless support" 1341da177e4SLinus Torvalds depends on NET_RADIO && PCMCIA 1351da177e4SLinus Torvalds ---help--- 1361da177e4SLinus Torvalds Say Y here if you intend to attach an Aviator/Raytheon PCMCIA 1371da177e4SLinus Torvalds (PC-card) wireless Ethernet networking card to your computer. 1381da177e4SLinus Torvalds Please read the file <file:Documentation/networking/ray_cs.txt> for 1391da177e4SLinus Torvalds details. 1401da177e4SLinus Torvalds 1411da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module will be 1421da177e4SLinus Torvalds called ray_cs. If unsure, say N. 1431da177e4SLinus Torvalds 1441da177e4SLinus Torvaldscomment "Wireless 802.11b ISA/PCI cards support" 1451da177e4SLinus Torvalds depends on NET_RADIO && (ISA || PCI || PPC_PMAC || PCMCIA) 1461da177e4SLinus Torvalds 1472c86c275SJames Ketrenosconfig IPW2100 1482c86c275SJames Ketrenos tristate "Intel PRO/Wireless 2100 Network Connection" 1494ddc1651SJan Niehusmann depends on NET_RADIO && PCI 1502c86c275SJames Ketrenos select FW_LOADER 1514ddc1651SJan Niehusmann select IEEE80211 1522c86c275SJames Ketrenos ---help--- 1532c86c275SJames Ketrenos A driver for the Intel PRO/Wireless 2100 Network 1542c86c275SJames Ketrenos Connection 802.11b wireless network adapter. 1552c86c275SJames Ketrenos 1562c86c275SJames Ketrenos See <file:Documentation/networking/README.ipw2100> for information on 1572c86c275SJames Ketrenos the capabilities currently enabled in this driver and for tips 1582c86c275SJames Ketrenos for debugging issues and problems. 1592c86c275SJames Ketrenos 1602c86c275SJames Ketrenos In order to use this driver, you will need a firmware image for it. 1612c86c275SJames Ketrenos You can obtain the firmware from 1622c86c275SJames Ketrenos <http://ipw2100.sf.net/>. Once you have the firmware image, you 163afcd0241SJesper Juhl will need to place it in /lib/firmware. 1642c86c275SJames Ketrenos 1652c86c275SJames Ketrenos You will also very likely need the Wireless Tools in order to 1662c86c275SJames Ketrenos configure your card: 1672c86c275SJames Ketrenos 1682c86c275SJames Ketrenos <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>. 1692c86c275SJames Ketrenos 1702c86c275SJames Ketrenos If you want to compile the driver as a module ( = code which can be 1719c782e3bSAlex Shepard inserted in and removed from the running kernel whenever you want), 1722c86c275SJames Ketrenos say M here and read <file:Documentation/modules.txt>. The module 1732c86c275SJames Ketrenos will be called ipw2100.ko. 1742c86c275SJames Ketrenos 17553788015SJiri Bencconfig IPW2100_MONITOR 1762c86c275SJames Ketrenos bool "Enable promiscuous mode" 1772c86c275SJames Ketrenos depends on IPW2100 1782c86c275SJames Ketrenos ---help--- 1792c86c275SJames Ketrenos Enables promiscuous/monitor mode support for the ipw2100 driver. 1802c86c275SJames Ketrenos With this feature compiled into the driver, you can switch to 1812c86c275SJames Ketrenos promiscuous mode via the Wireless Tool's Monitor mode. While in this 1822c86c275SJames Ketrenos mode, no packets can be sent. 1832c86c275SJames Ketrenos 1840f52bf90SBrice Goglinconfig IPW2100_DEBUG 1852c86c275SJames Ketrenos bool "Enable full debugging output in IPW2100 module." 1862c86c275SJames Ketrenos depends on IPW2100 1872c86c275SJames Ketrenos ---help--- 1882c86c275SJames Ketrenos This option will enable debug tracing output for the IPW2100. 1892c86c275SJames Ketrenos 1902c86c275SJames Ketrenos This will result in the kernel module being ~60k larger. You can 1912c86c275SJames Ketrenos control which debug output is sent to the kernel log by setting the 1922c86c275SJames Ketrenos value in 1932c86c275SJames Ketrenos 1942c86c275SJames Ketrenos /sys/bus/pci/drivers/ipw2100/debug_level 1952c86c275SJames Ketrenos 1962c86c275SJames Ketrenos This entry will only exist if this option is enabled. 1972c86c275SJames Ketrenos 1982c86c275SJames Ketrenos If you are not trying to debug or develop the IPW2100 driver, you 1992c86c275SJames Ketrenos most likely want to say N here. 2002c86c275SJames Ketrenos 20143f66a6cSJames Ketrenosconfig IPW2200 20243f66a6cSJames Ketrenos tristate "Intel PRO/Wireless 2200BG and 2915ABG Network Connection" 2034ddc1651SJan Niehusmann depends on NET_RADIO && PCI 20443f66a6cSJames Ketrenos select FW_LOADER 2054ddc1651SJan Niehusmann select IEEE80211 20643f66a6cSJames Ketrenos ---help--- 20743f66a6cSJames Ketrenos A driver for the Intel PRO/Wireless 2200BG and 2915ABG Network 20843f66a6cSJames Ketrenos Connection adapters. 20943f66a6cSJames Ketrenos 21043f66a6cSJames Ketrenos See <file:Documentation/networking/README.ipw2200> for 21143f66a6cSJames Ketrenos information on the capabilities currently enabled in this 21243f66a6cSJames Ketrenos driver and for tips for debugging issues and problems. 21343f66a6cSJames Ketrenos 21443f66a6cSJames Ketrenos In order to use this driver, you will need a firmware image for it. 21543f66a6cSJames Ketrenos You can obtain the firmware from 21643f66a6cSJames Ketrenos <http://ipw2200.sf.net/>. See the above referenced README.ipw2200 21747c51431SJon Mason for information on where to install the firmware images. 21843f66a6cSJames Ketrenos 21943f66a6cSJames Ketrenos You will also very likely need the Wireless Tools in order to 22043f66a6cSJames Ketrenos configure your card: 22143f66a6cSJames Ketrenos 22243f66a6cSJames Ketrenos <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>. 22343f66a6cSJames Ketrenos 22443f66a6cSJames Ketrenos If you want to compile the driver as a module ( = code which can be 2259c782e3bSAlex Shepard inserted in and removed from the running kernel whenever you want), 22643f66a6cSJames Ketrenos say M here and read <file:Documentation/modules.txt>. The module 22743f66a6cSJames Ketrenos will be called ipw2200.ko. 22843f66a6cSJames Ketrenos 2292c0f6316SAndreas Happeconfig IPW2200_MONITOR 2302c0f6316SAndreas Happe bool "Enable promiscuous mode" 2312c0f6316SAndreas Happe depends on IPW2200 2322c0f6316SAndreas Happe ---help--- 2332c0f6316SAndreas Happe Enables promiscuous/monitor mode support for the ipw2200 driver. 2342c0f6316SAndreas Happe With this feature compiled into the driver, you can switch to 2352c0f6316SAndreas Happe promiscuous mode via the Wireless Tool's Monitor mode. While in this 2362c0f6316SAndreas Happe mode, no packets can be sent. 2372c0f6316SAndreas Happe 238*e43e3c1eSZhu Yiconfig IPW2200_QOS 2392c0f6316SAndreas Happe bool "Enable QoS support" 2402c0f6316SAndreas Happe depends on IPW2200 && EXPERIMENTAL 2412c0f6316SAndreas Happe 2420f52bf90SBrice Goglinconfig IPW2200_DEBUG 24343f66a6cSJames Ketrenos bool "Enable full debugging output in IPW2200 module." 24443f66a6cSJames Ketrenos depends on IPW2200 24543f66a6cSJames Ketrenos ---help--- 24643f66a6cSJames Ketrenos This option will enable debug tracing output for the IPW2200. 24743f66a6cSJames Ketrenos 24843f66a6cSJames Ketrenos This will result in the kernel module being ~100k larger. You can 24943f66a6cSJames Ketrenos control which debug output is sent to the kernel log by setting the 25043f66a6cSJames Ketrenos value in 25143f66a6cSJames Ketrenos 25243f66a6cSJames Ketrenos /sys/bus/pci/drivers/ipw2200/debug_level 25343f66a6cSJames Ketrenos 25443f66a6cSJames Ketrenos This entry will only exist if this option is enabled. 25543f66a6cSJames Ketrenos 25643f66a6cSJames Ketrenos To set a value, simply echo an 8-byte hex value to the same file: 25743f66a6cSJames Ketrenos 25843f66a6cSJames Ketrenos % echo 0x00000FFO > /sys/bus/pci/drivers/ipw2200/debug_level 25943f66a6cSJames Ketrenos 26043f66a6cSJames Ketrenos You can find the list of debug mask values in 26143f66a6cSJames Ketrenos drivers/net/wireless/ipw2200.h 26243f66a6cSJames Ketrenos 26343f66a6cSJames Ketrenos If you are not trying to debug or develop the IPW2200 driver, you 26443f66a6cSJames Ketrenos most likely want to say N here. 26543f66a6cSJames Ketrenos 266d685b8c2SZhu Yiconfig IPW2200_PROMISCUOUS 267d685b8c2SZhu Yi bool "Enable creation of a RF radiotap promiscuous interface." 268d685b8c2SZhu Yi depends on IPW2200 269d685b8c2SZhu Yi select IEEE80211_RADIOTAP 270d685b8c2SZhu Yi ---help--- 271d685b8c2SZhu Yi Enables the creation of a second interface prefixed 'rtap'. 272d685b8c2SZhu Yi This second interface will provide every received in radiotap 273d685b8c2SZhu Yi format. 274d685b8c2SZhu Yi 275d685b8c2SZhu Yi This is useful for performing wireless network analysis while 276d685b8c2SZhu Yi maintaining an active association. 277d685b8c2SZhu Yi 278d685b8c2SZhu Yi Example usage: 279d685b8c2SZhu Yi 280d685b8c2SZhu Yi % modprobe ipw2200 rtap_iface=1 281d685b8c2SZhu Yi % ifconfig rtap0 up 282d685b8c2SZhu Yi % tethereal -i rtap0 283d685b8c2SZhu Yi 284d685b8c2SZhu Yi If you do not specify 'rtap_iface=1' as a module parameter then 285d685b8c2SZhu Yi the rtap interface will not be created and you will need to turn 286d685b8c2SZhu Yi it on via sysfs: 287d685b8c2SZhu Yi 288d685b8c2SZhu Yi % echo 1 > /sys/bus/pci/drivers/ipw2200/*/rtap_iface 289d685b8c2SZhu Yi 2901da177e4SLinus Torvaldsconfig AIRO 2911da177e4SLinus Torvalds tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards" 292a39d3e79SAdrian Bunk depends on NET_RADIO && ISA_DMA_API && (PCI || BROKEN) 293a39d3e79SAdrian Bunk select CRYPTO 2941da177e4SLinus Torvalds ---help--- 2951da177e4SLinus Torvalds This is the standard Linux driver to support Cisco/Aironet ISA and 2961da177e4SLinus Torvalds PCI 802.11 wireless cards. 2971da177e4SLinus Torvalds It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X 2981da177e4SLinus Torvalds - with or without encryption) as well as card before the Cisco 29947c51431SJon Mason acquisition (Aironet 4500, Aironet 4800, Aironet 4800B). 3001da177e4SLinus Torvalds 3011da177e4SLinus Torvalds This driver support both the standard Linux Wireless Extensions 3021da177e4SLinus Torvalds and Cisco proprietary API, so both the Linux Wireless Tools and the 3031da177e4SLinus Torvalds Cisco Linux utilities can be used to configure the card. 3041da177e4SLinus Torvalds 3051da177e4SLinus Torvalds The driver can be compiled as a module and will be named "airo". 3061da177e4SLinus Torvalds 3071da177e4SLinus Torvaldsconfig HERMES 3081da177e4SLinus Torvalds tristate "Hermes chipset 802.11b support (Orinoco/Prism2/Symbol)" 3091da177e4SLinus Torvalds depends on NET_RADIO && (PPC_PMAC || PCI || PCMCIA) 3101da177e4SLinus Torvalds ---help--- 3111da177e4SLinus Torvalds A driver for 802.11b wireless cards based based on the "Hermes" or 3121da177e4SLinus Torvalds Intersil HFA384x (Prism 2) MAC controller. This includes the vast 3131da177e4SLinus Torvalds majority of the PCMCIA 802.11b cards (which are nearly all rebadges) 3141da177e4SLinus Torvalds - except for the Cisco/Aironet cards. Cards supported include the 3151da177e4SLinus Torvalds Apple Airport (not a PCMCIA card), WavelanIEEE/Orinoco, 3161da177e4SLinus Torvalds Cabletron/EnteraSys Roamabout, ELSA AirLancer, MELCO Buffalo, Avaya, 3171da177e4SLinus Torvalds IBM High Rate Wireless, Farralon Syyline, Samsung MagicLAN, Netgear 3181da177e4SLinus Torvalds MA401, LinkSys WPC-11, D-Link DWL-650, 3Com AirConnect, Intel 3191da177e4SLinus Torvalds PRO/Wireless, and Symbol Spectrum24 High Rate amongst others. 3201da177e4SLinus Torvalds 3211da177e4SLinus Torvalds This option includes the guts of the driver, but in order to 3221da177e4SLinus Torvalds actually use a card you will also need to enable support for PCMCIA 3231da177e4SLinus Torvalds Hermes cards, PLX9052 based PCI adaptors or the Apple Airport below. 3241da177e4SLinus Torvalds 3251da177e4SLinus Torvalds You will also very likely also need the Wireless Tools in order to 3261da177e4SLinus Torvalds configure your card and that /etc/pcmcia/wireless.opts works : 3271da177e4SLinus Torvalds <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html> 3281da177e4SLinus Torvalds 3291da177e4SLinus Torvaldsconfig APPLE_AIRPORT 3301da177e4SLinus Torvalds tristate "Apple Airport support (built-in)" 3311da177e4SLinus Torvalds depends on PPC_PMAC && HERMES 3321da177e4SLinus Torvalds help 3331da177e4SLinus Torvalds Say Y here to support the Airport 802.11b wireless Ethernet hardware 3341da177e4SLinus Torvalds built into the Macintosh iBook and other recent PowerPC-based 3351da177e4SLinus Torvalds Macintosh machines. This is essentially a Lucent Orinoco card with 336f1f56623SMichael Buesch a non-standard interface. 337f1f56623SMichael Buesch 338f1f56623SMichael Buesch This driver does not support the Airport Extreme (802.11b/g). Use 339f1f56623SMichael Buesch the BCM43xx driver for Airport Extreme cards. 3401da177e4SLinus Torvalds 3411da177e4SLinus Torvaldsconfig PLX_HERMES 3428c09e16bSPavel Roskin tristate "Hermes in PLX9052 based PCI adaptor support (Netgear MA301 etc.)" 3438c09e16bSPavel Roskin depends on PCI && HERMES 3441da177e4SLinus Torvalds help 3451da177e4SLinus Torvalds Enable support for PCMCIA cards supported by the "Hermes" (aka 3461da177e4SLinus Torvalds orinoco) driver when used in PLX9052 based PCI adaptors. These 3471da177e4SLinus Torvalds adaptors are not a full PCMCIA controller but act as a more limited 3481da177e4SLinus Torvalds PCI <-> PCMCIA bridge. Several vendors sell such adaptors so that 3491da177e4SLinus Torvalds 802.11b PCMCIA cards can be used in desktop machines. The Netgear 3501da177e4SLinus Torvalds MA301 is such an adaptor. 3511da177e4SLinus Torvalds 3521da177e4SLinus Torvaldsconfig TMD_HERMES 3538c09e16bSPavel Roskin tristate "Hermes in TMD7160 based PCI adaptor support" 3548c09e16bSPavel Roskin depends on PCI && HERMES 3551da177e4SLinus Torvalds help 3561da177e4SLinus Torvalds Enable support for PCMCIA cards supported by the "Hermes" (aka 3571da177e4SLinus Torvalds orinoco) driver when used in TMD7160 based PCI adaptors. These 3581da177e4SLinus Torvalds adaptors are not a full PCMCIA controller but act as a more limited 3591da177e4SLinus Torvalds PCI <-> PCMCIA bridge. Several vendors sell such adaptors so that 3601da177e4SLinus Torvalds 802.11b PCMCIA cards can be used in desktop machines. 3611da177e4SLinus Torvalds 362ec829051SPavel Roskinconfig NORTEL_HERMES 363ec829051SPavel Roskin tristate "Nortel emobility PCI adaptor support" 364ec829051SPavel Roskin depends on PCI && HERMES 365ec829051SPavel Roskin help 366ec829051SPavel Roskin Enable support for PCMCIA cards supported by the "Hermes" (aka 367ec829051SPavel Roskin orinoco) driver when used in Nortel emobility PCI adaptors. These 368ec829051SPavel Roskin adaptors are not full PCMCIA controllers, but act as a more limited 369ec829051SPavel Roskin PCI <-> PCMCIA bridge. 370ec829051SPavel Roskin 3711da177e4SLinus Torvaldsconfig PCI_HERMES 3728c09e16bSPavel Roskin tristate "Prism 2.5 PCI 802.11b adaptor support" 3738c09e16bSPavel Roskin depends on PCI && HERMES 3741da177e4SLinus Torvalds help 3751da177e4SLinus Torvalds Enable support for PCI and mini-PCI 802.11b wireless NICs based on 3761da177e4SLinus Torvalds the Prism 2.5 chipset. These are true PCI cards, not the 802.11b 3771da177e4SLinus Torvalds PCMCIA cards bundled with PCI<->PCMCIA adaptors which are also 3781da177e4SLinus Torvalds common. Some of the built-in wireless adaptors in laptops are of 3791da177e4SLinus Torvalds this variety. 3801da177e4SLinus Torvalds 3811da177e4SLinus Torvaldsconfig ATMEL 3821da177e4SLinus Torvalds tristate "Atmel at76c50x chipset 802.11b support" 383694a464eSAl Viro depends on NET_RADIO && (PCI || PCMCIA) 3841da177e4SLinus Torvalds select FW_LOADER 3851da177e4SLinus Torvalds select CRC32 3861da177e4SLinus Torvalds ---help--- 3871da177e4SLinus Torvalds A driver 802.11b wireless cards based on the Atmel fast-vnet 3881da177e4SLinus Torvalds chips. This driver supports standard Linux wireless extensions. 3891da177e4SLinus Torvalds 3901da177e4SLinus Torvalds Many cards based on this chipset do not have flash memory 3911da177e4SLinus Torvalds and need their firmware loaded at start-up. If yours is 3921da177e4SLinus Torvalds one of these, you will need to provide a firmware image 3931da177e4SLinus Torvalds to be loaded into the card by the driver. The Atmel 3941da177e4SLinus Torvalds firmware package can be downloaded from 3951da177e4SLinus Torvalds <http://www.thekelleys.org.uk/atmel> 3961da177e4SLinus Torvalds 3971da177e4SLinus Torvaldsconfig PCI_ATMEL 3981da177e4SLinus Torvalds tristate "Atmel at76c506 PCI cards" 3991da177e4SLinus Torvalds depends on ATMEL && PCI 4001da177e4SLinus Torvalds ---help--- 4011da177e4SLinus Torvalds Enable support for PCI and mini-PCI cards containing the 4021da177e4SLinus Torvalds Atmel at76c506 chip. 4031da177e4SLinus Torvalds 4041da177e4SLinus Torvalds# If Pcmcia is compiled in, offer Pcmcia cards... 4051da177e4SLinus Torvaldscomment "Wireless 802.11b Pcmcia/Cardbus cards support" 4061da177e4SLinus Torvalds depends on NET_RADIO && PCMCIA 4071da177e4SLinus Torvalds 4081da177e4SLinus Torvaldsconfig PCMCIA_HERMES 4091da177e4SLinus Torvalds tristate "Hermes PCMCIA card support" 4101da177e4SLinus Torvalds depends on NET_RADIO && PCMCIA && HERMES 4111da177e4SLinus Torvalds ---help--- 4121da177e4SLinus Torvalds A driver for "Hermes" chipset based PCMCIA wireless adaptors, such 4131da177e4SLinus Torvalds as the Lucent WavelanIEEE/Orinoco cards and their OEM (Cabletron/ 4141da177e4SLinus Torvalds EnteraSys RoamAbout 802.11, ELSA Airlancer, Melco Buffalo and 4151da177e4SLinus Torvalds others). It should also be usable on various Prism II based cards 4161da177e4SLinus Torvalds such as the Linksys, D-Link and Farallon Skyline. It should also 4171da177e4SLinus Torvalds work on Symbol cards such as the 3Com AirConnect and Ericsson WLAN. 4181da177e4SLinus Torvalds 4191da177e4SLinus Torvalds To use your PC-cards, you will need supporting software from David 4201da177e4SLinus Torvalds Hinds' pcmcia-cs package (see the file <file:Documentation/Changes> 4211da177e4SLinus Torvalds for location). You also want to check out the PCMCIA-HOWTO, 4221da177e4SLinus Torvalds available from <http://www.tldp.org/docs.html#howto>. 4231da177e4SLinus Torvalds 4241da177e4SLinus Torvalds You will also very likely also need the Wireless Tools in order to 4251da177e4SLinus Torvalds configure your card and that /etc/pcmcia/wireless.opts works: 4261da177e4SLinus Torvalds <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>. 4271da177e4SLinus Torvalds 4283a48c4c2SPavel Roskinconfig PCMCIA_SPECTRUM 4293a48c4c2SPavel Roskin tristate "Symbol Spectrum24 Trilogy PCMCIA card support" 4303a48c4c2SPavel Roskin depends on NET_RADIO && PCMCIA && HERMES 431e4a9af98SAdrian Bunk select FW_LOADER 4323a48c4c2SPavel Roskin ---help--- 4333a48c4c2SPavel Roskin 4343a48c4c2SPavel Roskin This is a driver for 802.11b cards using RAM-loadable Symbol 4353a48c4c2SPavel Roskin firmware, such as Symbol Wireless Networker LA4100, CompactFlash 4363a48c4c2SPavel Roskin cards by Socket Communications and Intel PRO/Wireless 2011B. 4373a48c4c2SPavel Roskin 4383a48c4c2SPavel Roskin This driver requires firmware download on startup. Utilities 4393a48c4c2SPavel Roskin for downloading Symbol firmware are available at 4403a48c4c2SPavel Roskin <http://sourceforge.net/projects/orinoco/> 4413a48c4c2SPavel Roskin 4421da177e4SLinus Torvaldsconfig AIRO_CS 4431da177e4SLinus Torvalds tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards" 444ab62c1e1SAl Viro depends on NET_RADIO && PCMCIA && (BROKEN || !M32R) 445a39d3e79SAdrian Bunk select CRYPTO 4461da177e4SLinus Torvalds ---help--- 4471da177e4SLinus Torvalds This is the standard Linux driver to support Cisco/Aironet PCMCIA 4481da177e4SLinus Torvalds 802.11 wireless cards. This driver is the same as the Aironet 4491da177e4SLinus Torvalds driver part of the Linux Pcmcia package. 4501da177e4SLinus Torvalds It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X 4511da177e4SLinus Torvalds - with or without encryption) as well as card before the Cisco 45247c51431SJon Mason acquisition (Aironet 4500, Aironet 4800, Aironet 4800B). It also 4531da177e4SLinus Torvalds supports OEM of Cisco such as the DELL TrueMobile 4800 and Xircom 4541da177e4SLinus Torvalds 802.11b cards. 4551da177e4SLinus Torvalds 4561da177e4SLinus Torvalds This driver support both the standard Linux Wireless Extensions 4571da177e4SLinus Torvalds and Cisco proprietary API, so both the Linux Wireless Tools and the 4581da177e4SLinus Torvalds Cisco Linux utilities can be used to configure the card. 4591da177e4SLinus Torvalds 4601da177e4SLinus Torvalds To use your PC-cards, you will need supporting software from David 4611da177e4SLinus Torvalds Hinds' pcmcia-cs package (see the file <file:Documentation/Changes> 4621da177e4SLinus Torvalds for location). You also want to check out the PCMCIA-HOWTO, 4631da177e4SLinus Torvalds available from <http://www.tldp.org/docs.html#howto>. 4641da177e4SLinus Torvalds 4651da177e4SLinus Torvaldsconfig PCMCIA_ATMEL 4661da177e4SLinus Torvalds tristate "Atmel at76c502/at76c504 PCMCIA cards" 4671da177e4SLinus Torvalds depends on NET_RADIO && ATMEL && PCMCIA 4681da177e4SLinus Torvalds select FW_LOADER 4691da177e4SLinus Torvalds select CRC32 4701da177e4SLinus Torvalds ---help--- 4711da177e4SLinus Torvalds Enable support for PCMCIA cards containing the 4721da177e4SLinus Torvalds Atmel at76c502 and at76c504 chips. 4731da177e4SLinus Torvalds 4741da177e4SLinus Torvaldsconfig PCMCIA_WL3501 4751da177e4SLinus Torvalds tristate "Planet WL3501 PCMCIA cards" 4761da177e4SLinus Torvalds depends on NET_RADIO && EXPERIMENTAL && PCMCIA 4771da177e4SLinus Torvalds ---help--- 4781da177e4SLinus Torvalds A driver for WL3501 PCMCIA 802.11 wireless cards made by Planet. 4791da177e4SLinus Torvalds It has basic support for Linux wireless extensions and initial 4801da177e4SLinus Torvalds micro support for ethtool. 4811da177e4SLinus Torvalds 4821da177e4SLinus Torvaldscomment "Prism GT/Duette 802.11(a/b/g) PCI/Cardbus support" 4831da177e4SLinus Torvalds depends on NET_RADIO && PCI 4841da177e4SLinus Torvaldsconfig PRISM54 4851da177e4SLinus Torvalds tristate 'Intersil Prism GT/Duette/Indigo PCI/Cardbus' 4861da177e4SLinus Torvalds depends on PCI && NET_RADIO && EXPERIMENTAL 4871da177e4SLinus Torvalds select FW_LOADER 4881da177e4SLinus Torvalds ---help--- 4891da177e4SLinus Torvalds Enable PCI and Cardbus support for the following chipset based cards: 4901da177e4SLinus Torvalds 4911da177e4SLinus Torvalds ISL3880 - Prism GT 802.11 b/g 4921da177e4SLinus Torvalds ISL3877 - Prism Indigo 802.11 a 4931da177e4SLinus Torvalds ISL3890 - Prism Duette 802.11 a/b/g 4941da177e4SLinus Torvalds 4951da177e4SLinus Torvalds For a complete list of supported cards visit <http://prism54.org>. 4961da177e4SLinus Torvalds Here is the latest confirmed list of supported cards: 4971da177e4SLinus Torvalds 498c8920ba0SDaniel Andersen 3com OfficeConnect 11g Cardbus Card aka 3CRWE154G72 (version 1) 4991da177e4SLinus Torvalds Allnet ALL0271 PCI Card 5001da177e4SLinus Torvalds Compex WL54G Cardbus Card 5011da177e4SLinus Torvalds Corega CG-WLCB54GT Cardbus Card 5021da177e4SLinus Torvalds D-Link Air Plus Xtreme G A1 Cardbus Card aka DWL-g650 5031da177e4SLinus Torvalds I-O Data WN-G54/CB Cardbus Card 5041da177e4SLinus Torvalds Kobishi XG-300 aka Z-Com Cardbus Card 5051da177e4SLinus Torvalds Netgear WG511 Cardbus Card 5061da177e4SLinus Torvalds Ovislink WL-5400PCI PCI Card 5071da177e4SLinus Torvalds Peabird WLG-PCI PCI Card 5081da177e4SLinus Torvalds Sitecom WL-100i Cardbus Card 5091da177e4SLinus Torvalds Sitecom WL-110i PCI Card 5101da177e4SLinus Torvalds SMC2802W - EZ Connect g 2.4GHz 54 Mbps Wireless PCI Card 5111da177e4SLinus Torvalds SMC2835W - EZ Connect g 2.4GHz 54 Mbps Wireless Cardbus Card 5121da177e4SLinus Torvalds SMC2835W-V2 - EZ Connect g 2.4GHz 54 Mbps Wireless Cardbus Card 5131da177e4SLinus Torvalds Z-Com XG-900 PCI Card 5141da177e4SLinus Torvalds Zyxel G-100 Cardbus Card 5151da177e4SLinus Torvalds 5161da177e4SLinus Torvalds If you enable this you will need a firmware file as well. 5171da177e4SLinus Torvalds You will need to copy this to /usr/lib/hotplug/firmware/isl3890. 5181da177e4SLinus Torvalds You can get this non-GPL'd firmware file from the Prism54 project page: 5191da177e4SLinus Torvalds <http://prism54.org> 5201da177e4SLinus Torvalds You will also need the /etc/hotplug/firmware.agent script from 5211da177e4SLinus Torvalds a current hotplug package. 5221da177e4SLinus Torvalds 5231da177e4SLinus Torvalds Note: You need a motherboard with DMA support to use any of these cards 5241da177e4SLinus Torvalds 5251da177e4SLinus Torvalds If you want to compile the driver as a module ( = code which can be 5261da177e4SLinus Torvalds inserted in and removed from the running kernel whenever you want), 5271da177e4SLinus Torvalds say M here and read <file:Documentation/modules.txt>. The module 5281da177e4SLinus Torvalds will be called prism54.ko. 5291da177e4SLinus Torvalds 530ff1d2767SJouni Malinensource "drivers/net/wireless/hostap/Kconfig" 53177db31eaSMichael Bueschsource "drivers/net/wireless/bcm43xx/Kconfig" 53270e5e983SJohn W. Linville 5331da177e4SLinus Torvalds# yes, this works even when no drivers are selected 5341da177e4SLinus Torvaldsconfig NET_WIRELESS 5351da177e4SLinus Torvalds bool 5361da177e4SLinus Torvalds depends on NET_RADIO && (ISA || PCI || PPC_PMAC || PCMCIA) 5371da177e4SLinus Torvalds default y 5381da177e4SLinus Torvalds 5391da177e4SLinus Torvaldsendmenu 5401da177e4SLinus Torvalds 541