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 91da177e4SLinus Torvalds bool "Wireless LAN drivers (non-hamradio) & Wireless Extensions" 101da177e4SLinus Torvalds ---help--- 111da177e4SLinus Torvalds Support for wireless LANs and everything having to do with radio, 121da177e4SLinus Torvalds but not with amateur radio or FM broadcasting. 131da177e4SLinus Torvalds 141da177e4SLinus Torvalds Saying Y here also enables the Wireless Extensions (creates 151da177e4SLinus Torvalds /proc/net/wireless and enables iwconfig access). The Wireless 161da177e4SLinus Torvalds Extension is a generic API allowing a driver to expose to the user 171da177e4SLinus Torvalds space configuration and statistics specific to common Wireless LANs. 181da177e4SLinus Torvalds The beauty of it is that a single set of tool can support all the 191da177e4SLinus Torvalds variations of Wireless LANs, regardless of their type (as long as 201da177e4SLinus Torvalds the driver supports Wireless Extension). Another advantage is that 211da177e4SLinus Torvalds these parameters may be changed on the fly without restarting the 221da177e4SLinus Torvalds driver (or Linux). If you wish to use Wireless Extensions with 231da177e4SLinus Torvalds wireless PCMCIA (PC-) cards, you need to say Y here; you can fetch 241da177e4SLinus Torvalds the tools from 251da177e4SLinus Torvalds <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>. 261da177e4SLinus Torvalds 271da177e4SLinus Torvalds Some user-level drivers for scarab devices which don't require 281da177e4SLinus Torvalds special kernel support are available from 291da177e4SLinus Torvalds <ftp://shadow.cabi.net/pub/Linux/>. 301da177e4SLinus Torvalds 311da177e4SLinus Torvalds# Note : the cards are obsolete (can't buy them anymore), but the drivers 321da177e4SLinus Torvalds# are not, as people are still using them... 331da177e4SLinus Torvaldscomment "Obsolete Wireless cards support (pre-802.11)" 341da177e4SLinus Torvalds depends on NET_RADIO && (INET || ISA || PCMCIA) 351da177e4SLinus Torvalds 361da177e4SLinus Torvaldsconfig STRIP 371da177e4SLinus Torvalds tristate "STRIP (Metricom starmode radio IP)" 381da177e4SLinus Torvalds depends on NET_RADIO && INET 391da177e4SLinus Torvalds ---help--- 401da177e4SLinus Torvalds Say Y if you have a Metricom radio and intend to use Starmode Radio 411da177e4SLinus Torvalds IP. STRIP is a radio protocol developed for the MosquitoNet project 421da177e4SLinus Torvalds (on the WWW at <http://mosquitonet.stanford.edu/>) to send Internet 431da177e4SLinus Torvalds traffic using Metricom radios. Metricom radios are small, battery 441da177e4SLinus Torvalds powered, 100kbit/sec packet radio transceivers, about the size and 451da177e4SLinus Torvalds weight of a cellular telephone. (You may also have heard them called 461da177e4SLinus Torvalds "Metricom modems" but we avoid the term "modem" because it misleads 471da177e4SLinus Torvalds many people into thinking that you can plug a Metricom modem into a 481da177e4SLinus Torvalds phone line and use it as a modem.) 491da177e4SLinus Torvalds 501da177e4SLinus Torvalds You can use STRIP on any Linux machine with a serial port, although 511da177e4SLinus Torvalds it is obviously most useful for people with laptop computers. If you 521da177e4SLinus Torvalds think you might get a Metricom radio in the future, there is no harm 531da177e4SLinus Torvalds in saying Y to STRIP now, except that it makes the kernel a bit 541da177e4SLinus Torvalds bigger. 551da177e4SLinus Torvalds 561da177e4SLinus Torvalds To compile this as a module, choose M here: the module will be 571da177e4SLinus Torvalds called strip. 581da177e4SLinus Torvalds 591da177e4SLinus Torvaldsconfig ARLAN 601da177e4SLinus Torvalds tristate "Aironet Arlan 655 & IC2200 DS support" 611da177e4SLinus Torvalds depends on NET_RADIO && ISA && !64BIT 621da177e4SLinus Torvalds ---help--- 631da177e4SLinus Torvalds Aironet makes Arlan, a class of wireless LAN adapters. These use the 641da177e4SLinus Torvalds www.Telxon.com chip, which is also used on several similar cards. 651da177e4SLinus Torvalds This driver is tested on the 655 and IC2200 series cards. Look at 661da177e4SLinus Torvalds <http://www.ylenurme.ee/~elmer/655/> for the latest information. 671da177e4SLinus Torvalds 681da177e4SLinus Torvalds The driver is built as two modules, arlan and arlan-proc. The latter 691da177e4SLinus Torvalds is the /proc interface and is not needed most of time. 701da177e4SLinus Torvalds 711da177e4SLinus Torvalds On some computers the card ends up in non-valid state after some 721da177e4SLinus Torvalds time. Use a ping-reset script to clear it. 731da177e4SLinus Torvalds 741da177e4SLinus Torvaldsconfig WAVELAN 751da177e4SLinus Torvalds tristate "AT&T/Lucent old WaveLAN & DEC RoamAbout DS ISA support" 761da177e4SLinus Torvalds depends on NET_RADIO && ISA 771da177e4SLinus Torvalds ---help--- 781da177e4SLinus Torvalds The Lucent WaveLAN (formerly NCR and AT&T; or DEC RoamAbout DS) is 791da177e4SLinus Torvalds a Radio LAN (wireless Ethernet-like Local Area Network) using the 801da177e4SLinus Torvalds radio frequencies 900 MHz and 2.4 GHz. 811da177e4SLinus Torvalds 821da177e4SLinus Torvalds This driver support the ISA version of the WaveLAN card. A separate 831da177e4SLinus Torvalds driver for the PCMCIA (PC-card) hardware is available in David 841da177e4SLinus Torvalds Hinds' pcmcia-cs package (see the file <file:Documentation/Changes> 851da177e4SLinus Torvalds for location). 861da177e4SLinus Torvalds 871da177e4SLinus Torvalds If you want to use an ISA WaveLAN card under Linux, say Y and read 881da177e4SLinus Torvalds the Ethernet-HOWTO, available from 891da177e4SLinus Torvalds <http://www.tldp.org/docs.html#howto>. Some more specific 901da177e4SLinus Torvalds information is contained in 911da177e4SLinus Torvalds <file:Documentation/networking/wavelan.txt> and in the source code 921da177e4SLinus Torvalds <file:drivers/net/wavelan.p.h>. 931da177e4SLinus Torvalds 941da177e4SLinus Torvalds You will also need the wireless tools package available from 951da177e4SLinus Torvalds <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>. 961da177e4SLinus Torvalds Please read the man pages contained therein. 971da177e4SLinus Torvalds 981da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module will be 991da177e4SLinus Torvalds called wavelan. 1001da177e4SLinus Torvalds 1011da177e4SLinus Torvaldsconfig PCMCIA_WAVELAN 1021da177e4SLinus Torvalds tristate "AT&T/Lucent old WaveLAN Pcmcia wireless support" 1031da177e4SLinus Torvalds depends on NET_RADIO && PCMCIA 1041da177e4SLinus Torvalds help 1051da177e4SLinus Torvalds Say Y here if you intend to attach an AT&T/Lucent Wavelan PCMCIA 1061da177e4SLinus Torvalds (PC-card) wireless Ethernet networking card to your computer. This 1071da177e4SLinus Torvalds driver is for the non-IEEE-802.11 Wavelan cards. 1081da177e4SLinus Torvalds 1091da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module will be 1101da177e4SLinus Torvalds called wavelan_cs. If unsure, say N. 1111da177e4SLinus Torvalds 1121da177e4SLinus Torvaldsconfig PCMCIA_NETWAVE 1131da177e4SLinus Torvalds tristate "Xircom Netwave AirSurfer Pcmcia wireless support" 1141da177e4SLinus Torvalds depends on NET_RADIO && PCMCIA 1151da177e4SLinus Torvalds help 1161da177e4SLinus Torvalds Say Y here if you intend to attach this type of PCMCIA (PC-card) 1171da177e4SLinus Torvalds wireless Ethernet networking card to your computer. 1181da177e4SLinus Torvalds 1191da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module will be 1201da177e4SLinus Torvalds called netwave_cs. If unsure, say N. 1211da177e4SLinus Torvalds 1221da177e4SLinus Torvaldscomment "Wireless 802.11 Frequency Hopping cards support" 1231da177e4SLinus Torvalds depends on NET_RADIO && PCMCIA 1241da177e4SLinus Torvalds 1251da177e4SLinus Torvaldsconfig PCMCIA_RAYCS 1261da177e4SLinus Torvalds tristate "Aviator/Raytheon 2.4MHz wireless support" 1271da177e4SLinus Torvalds depends on NET_RADIO && PCMCIA 1281da177e4SLinus Torvalds ---help--- 1291da177e4SLinus Torvalds Say Y here if you intend to attach an Aviator/Raytheon PCMCIA 1301da177e4SLinus Torvalds (PC-card) wireless Ethernet networking card to your computer. 1311da177e4SLinus Torvalds Please read the file <file:Documentation/networking/ray_cs.txt> for 1321da177e4SLinus Torvalds details. 1331da177e4SLinus Torvalds 1341da177e4SLinus Torvalds To compile this driver as a module, choose M here: the module will be 1351da177e4SLinus Torvalds called ray_cs. If unsure, say N. 1361da177e4SLinus Torvalds 1371da177e4SLinus Torvaldscomment "Wireless 802.11b ISA/PCI cards support" 1381da177e4SLinus Torvalds depends on NET_RADIO && (ISA || PCI || PPC_PMAC || PCMCIA) 1391da177e4SLinus Torvalds 1401da177e4SLinus Torvaldsconfig AIRO 1411da177e4SLinus Torvalds tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards" 1421da177e4SLinus Torvalds depends on NET_RADIO && ISA && (PCI || BROKEN) 1431da177e4SLinus Torvalds ---help--- 1441da177e4SLinus Torvalds This is the standard Linux driver to support Cisco/Aironet ISA and 1451da177e4SLinus Torvalds PCI 802.11 wireless cards. 1461da177e4SLinus Torvalds It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X 1471da177e4SLinus Torvalds - with or without encryption) as well as card before the Cisco 1481da177e4SLinus Torvalds aquisition (Aironet 4500, Aironet 4800, Aironet 4800B). 1491da177e4SLinus Torvalds 1501da177e4SLinus Torvalds This driver support both the standard Linux Wireless Extensions 1511da177e4SLinus Torvalds and Cisco proprietary API, so both the Linux Wireless Tools and the 1521da177e4SLinus Torvalds Cisco Linux utilities can be used to configure the card. 1531da177e4SLinus Torvalds 1541da177e4SLinus Torvalds The driver can be compiled as a module and will be named "airo". 1551da177e4SLinus Torvalds 1561da177e4SLinus Torvaldsconfig HERMES 1571da177e4SLinus Torvalds tristate "Hermes chipset 802.11b support (Orinoco/Prism2/Symbol)" 1581da177e4SLinus Torvalds depends on NET_RADIO && (PPC_PMAC || PCI || PCMCIA) 1591da177e4SLinus Torvalds ---help--- 1601da177e4SLinus Torvalds A driver for 802.11b wireless cards based based on the "Hermes" or 1611da177e4SLinus Torvalds Intersil HFA384x (Prism 2) MAC controller. This includes the vast 1621da177e4SLinus Torvalds majority of the PCMCIA 802.11b cards (which are nearly all rebadges) 1631da177e4SLinus Torvalds - except for the Cisco/Aironet cards. Cards supported include the 1641da177e4SLinus Torvalds Apple Airport (not a PCMCIA card), WavelanIEEE/Orinoco, 1651da177e4SLinus Torvalds Cabletron/EnteraSys Roamabout, ELSA AirLancer, MELCO Buffalo, Avaya, 1661da177e4SLinus Torvalds IBM High Rate Wireless, Farralon Syyline, Samsung MagicLAN, Netgear 1671da177e4SLinus Torvalds MA401, LinkSys WPC-11, D-Link DWL-650, 3Com AirConnect, Intel 1681da177e4SLinus Torvalds PRO/Wireless, and Symbol Spectrum24 High Rate amongst others. 1691da177e4SLinus Torvalds 1701da177e4SLinus Torvalds This option includes the guts of the driver, but in order to 1711da177e4SLinus Torvalds actually use a card you will also need to enable support for PCMCIA 1721da177e4SLinus Torvalds Hermes cards, PLX9052 based PCI adaptors or the Apple Airport below. 1731da177e4SLinus Torvalds 1741da177e4SLinus Torvalds You will also very likely also need the Wireless Tools in order to 1751da177e4SLinus Torvalds configure your card and that /etc/pcmcia/wireless.opts works : 1761da177e4SLinus Torvalds <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html> 1771da177e4SLinus Torvalds 1781da177e4SLinus Torvaldsconfig APPLE_AIRPORT 1791da177e4SLinus Torvalds tristate "Apple Airport support (built-in)" 1801da177e4SLinus Torvalds depends on PPC_PMAC && HERMES 1811da177e4SLinus Torvalds help 1821da177e4SLinus Torvalds Say Y here to support the Airport 802.11b wireless Ethernet hardware 1831da177e4SLinus Torvalds built into the Macintosh iBook and other recent PowerPC-based 1841da177e4SLinus Torvalds Macintosh machines. This is essentially a Lucent Orinoco card with 1851da177e4SLinus Torvalds a non-standard interface 1861da177e4SLinus Torvalds 1871da177e4SLinus Torvaldsconfig PLX_HERMES 1881da177e4SLinus Torvalds tristate "Hermes in PLX9052 based PCI adaptor support (Netgear MA301 etc.) (EXPERIMENTAL)" 1891da177e4SLinus Torvalds depends on PCI && HERMES && EXPERIMENTAL 1901da177e4SLinus Torvalds help 1911da177e4SLinus Torvalds Enable support for PCMCIA cards supported by the "Hermes" (aka 1921da177e4SLinus Torvalds orinoco) driver when used in PLX9052 based PCI adaptors. These 1931da177e4SLinus Torvalds adaptors are not a full PCMCIA controller but act as a more limited 1941da177e4SLinus Torvalds PCI <-> PCMCIA bridge. Several vendors sell such adaptors so that 1951da177e4SLinus Torvalds 802.11b PCMCIA cards can be used in desktop machines. The Netgear 1961da177e4SLinus Torvalds MA301 is such an adaptor. 1971da177e4SLinus Torvalds 1981da177e4SLinus Torvalds Support for these adaptors is so far still incomplete and buggy. 1991da177e4SLinus Torvalds You have been warned. 2001da177e4SLinus Torvalds 2011da177e4SLinus Torvaldsconfig TMD_HERMES 2021da177e4SLinus Torvalds tristate "Hermes in TMD7160 based PCI adaptor support (EXPERIMENTAL)" 2031da177e4SLinus Torvalds depends on PCI && HERMES && EXPERIMENTAL 2041da177e4SLinus Torvalds help 2051da177e4SLinus Torvalds Enable support for PCMCIA cards supported by the "Hermes" (aka 2061da177e4SLinus Torvalds orinoco) driver when used in TMD7160 based PCI adaptors. These 2071da177e4SLinus Torvalds adaptors are not a full PCMCIA controller but act as a more limited 2081da177e4SLinus Torvalds PCI <-> PCMCIA bridge. Several vendors sell such adaptors so that 2091da177e4SLinus Torvalds 802.11b PCMCIA cards can be used in desktop machines. 2101da177e4SLinus Torvalds 2111da177e4SLinus Torvalds Support for these adaptors is so far still incomplete and buggy. 2121da177e4SLinus Torvalds You have been warned. 2131da177e4SLinus Torvalds 2141da177e4SLinus Torvaldsconfig PCI_HERMES 2151da177e4SLinus Torvalds tristate "Prism 2.5 PCI 802.11b adaptor support (EXPERIMENTAL)" 2161da177e4SLinus Torvalds depends on PCI && HERMES && EXPERIMENTAL 2171da177e4SLinus Torvalds help 2181da177e4SLinus Torvalds Enable support for PCI and mini-PCI 802.11b wireless NICs based on 2191da177e4SLinus Torvalds the Prism 2.5 chipset. These are true PCI cards, not the 802.11b 2201da177e4SLinus Torvalds PCMCIA cards bundled with PCI<->PCMCIA adaptors which are also 2211da177e4SLinus Torvalds common. Some of the built-in wireless adaptors in laptops are of 2221da177e4SLinus Torvalds this variety. 2231da177e4SLinus Torvalds 2241da177e4SLinus Torvaldsconfig ATMEL 2251da177e4SLinus Torvalds tristate "Atmel at76c50x chipset 802.11b support" 2261da177e4SLinus Torvalds depends on NET_RADIO && EXPERIMENTAL 2271da177e4SLinus Torvalds select FW_LOADER 2281da177e4SLinus Torvalds select CRC32 2291da177e4SLinus Torvalds ---help--- 2301da177e4SLinus Torvalds A driver 802.11b wireless cards based on the Atmel fast-vnet 2311da177e4SLinus Torvalds chips. This driver supports standard Linux wireless extensions. 2321da177e4SLinus Torvalds 2331da177e4SLinus Torvalds Many cards based on this chipset do not have flash memory 2341da177e4SLinus Torvalds and need their firmware loaded at start-up. If yours is 2351da177e4SLinus Torvalds one of these, you will need to provide a firmware image 2361da177e4SLinus Torvalds to be loaded into the card by the driver. The Atmel 2371da177e4SLinus Torvalds firmware package can be downloaded from 2381da177e4SLinus Torvalds <http://www.thekelleys.org.uk/atmel> 2391da177e4SLinus Torvalds 2401da177e4SLinus Torvaldsconfig PCI_ATMEL 2411da177e4SLinus Torvalds tristate "Atmel at76c506 PCI cards" 2421da177e4SLinus Torvalds depends on ATMEL && PCI 2431da177e4SLinus Torvalds ---help--- 2441da177e4SLinus Torvalds Enable support for PCI and mini-PCI cards containing the 2451da177e4SLinus Torvalds Atmel at76c506 chip. 2461da177e4SLinus Torvalds 2471da177e4SLinus Torvalds# If Pcmcia is compiled in, offer Pcmcia cards... 2481da177e4SLinus Torvaldscomment "Wireless 802.11b Pcmcia/Cardbus cards support" 2491da177e4SLinus Torvalds depends on NET_RADIO && PCMCIA 2501da177e4SLinus Torvalds 2511da177e4SLinus Torvaldsconfig PCMCIA_HERMES 2521da177e4SLinus Torvalds tristate "Hermes PCMCIA card support" 2531da177e4SLinus Torvalds depends on NET_RADIO && PCMCIA && HERMES 2541da177e4SLinus Torvalds ---help--- 2551da177e4SLinus Torvalds A driver for "Hermes" chipset based PCMCIA wireless adaptors, such 2561da177e4SLinus Torvalds as the Lucent WavelanIEEE/Orinoco cards and their OEM (Cabletron/ 2571da177e4SLinus Torvalds EnteraSys RoamAbout 802.11, ELSA Airlancer, Melco Buffalo and 2581da177e4SLinus Torvalds others). It should also be usable on various Prism II based cards 2591da177e4SLinus Torvalds such as the Linksys, D-Link and Farallon Skyline. It should also 2601da177e4SLinus Torvalds work on Symbol cards such as the 3Com AirConnect and Ericsson WLAN. 2611da177e4SLinus Torvalds 2621da177e4SLinus Torvalds To use your PC-cards, you will need supporting software from David 2631da177e4SLinus Torvalds Hinds' pcmcia-cs package (see the file <file:Documentation/Changes> 2641da177e4SLinus Torvalds for location). You also want to check out the PCMCIA-HOWTO, 2651da177e4SLinus Torvalds available from <http://www.tldp.org/docs.html#howto>. 2661da177e4SLinus Torvalds 2671da177e4SLinus Torvalds You will also very likely also need the Wireless Tools in order to 2681da177e4SLinus Torvalds configure your card and that /etc/pcmcia/wireless.opts works: 2691da177e4SLinus Torvalds <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>. 2701da177e4SLinus Torvalds 2711da177e4SLinus Torvaldsconfig AIRO_CS 2721da177e4SLinus Torvalds tristate "Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards" 2731da177e4SLinus Torvalds depends on NET_RADIO && PCMCIA 2741da177e4SLinus Torvalds ---help--- 2751da177e4SLinus Torvalds This is the standard Linux driver to support Cisco/Aironet PCMCIA 2761da177e4SLinus Torvalds 802.11 wireless cards. This driver is the same as the Aironet 2771da177e4SLinus Torvalds driver part of the Linux Pcmcia package. 2781da177e4SLinus Torvalds It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X 2791da177e4SLinus Torvalds - with or without encryption) as well as card before the Cisco 2801da177e4SLinus Torvalds aquisition (Aironet 4500, Aironet 4800, Aironet 4800B). It also 2811da177e4SLinus Torvalds supports OEM of Cisco such as the DELL TrueMobile 4800 and Xircom 2821da177e4SLinus Torvalds 802.11b cards. 2831da177e4SLinus Torvalds 2841da177e4SLinus Torvalds This driver support both the standard Linux Wireless Extensions 2851da177e4SLinus Torvalds and Cisco proprietary API, so both the Linux Wireless Tools and the 2861da177e4SLinus Torvalds Cisco Linux utilities can be used to configure the card. 2871da177e4SLinus Torvalds 2881da177e4SLinus Torvalds To use your PC-cards, you will need supporting software from David 2891da177e4SLinus Torvalds Hinds' pcmcia-cs package (see the file <file:Documentation/Changes> 2901da177e4SLinus Torvalds for location). You also want to check out the PCMCIA-HOWTO, 2911da177e4SLinus Torvalds available from <http://www.tldp.org/docs.html#howto>. 2921da177e4SLinus Torvalds 2931da177e4SLinus Torvaldsconfig PCMCIA_ATMEL 2941da177e4SLinus Torvalds tristate "Atmel at76c502/at76c504 PCMCIA cards" 2951da177e4SLinus Torvalds depends on NET_RADIO && ATMEL && PCMCIA 2961da177e4SLinus Torvalds select FW_LOADER 2971da177e4SLinus Torvalds select CRC32 2981da177e4SLinus Torvalds ---help--- 2991da177e4SLinus Torvalds Enable support for PCMCIA cards containing the 3001da177e4SLinus Torvalds Atmel at76c502 and at76c504 chips. 3011da177e4SLinus Torvalds 3021da177e4SLinus Torvaldsconfig PCMCIA_WL3501 3031da177e4SLinus Torvalds tristate "Planet WL3501 PCMCIA cards" 3041da177e4SLinus Torvalds depends on NET_RADIO && EXPERIMENTAL && PCMCIA 3051da177e4SLinus Torvalds ---help--- 3061da177e4SLinus Torvalds A driver for WL3501 PCMCIA 802.11 wireless cards made by Planet. 3071da177e4SLinus Torvalds It has basic support for Linux wireless extensions and initial 3081da177e4SLinus Torvalds micro support for ethtool. 3091da177e4SLinus Torvalds 3101da177e4SLinus Torvaldscomment "Prism GT/Duette 802.11(a/b/g) PCI/Cardbus support" 3111da177e4SLinus Torvalds depends on NET_RADIO && PCI 3121da177e4SLinus Torvaldsconfig PRISM54 3131da177e4SLinus Torvalds tristate 'Intersil Prism GT/Duette/Indigo PCI/Cardbus' 3141da177e4SLinus Torvalds depends on PCI && NET_RADIO && EXPERIMENTAL 3151da177e4SLinus Torvalds select FW_LOADER 3161da177e4SLinus Torvalds ---help--- 3171da177e4SLinus Torvalds Enable PCI and Cardbus support for the following chipset based cards: 3181da177e4SLinus Torvalds 3191da177e4SLinus Torvalds ISL3880 - Prism GT 802.11 b/g 3201da177e4SLinus Torvalds ISL3877 - Prism Indigo 802.11 a 3211da177e4SLinus Torvalds ISL3890 - Prism Duette 802.11 a/b/g 3221da177e4SLinus Torvalds 3231da177e4SLinus Torvalds For a complete list of supported cards visit <http://prism54.org>. 3241da177e4SLinus Torvalds Here is the latest confirmed list of supported cards: 3251da177e4SLinus Torvalds 3261da177e4SLinus Torvalds 3com OfficeConnect 11g Cardbus Card aka 3CRWE154G72 3271da177e4SLinus Torvalds Allnet ALL0271 PCI Card 3281da177e4SLinus Torvalds Compex WL54G Cardbus Card 3291da177e4SLinus Torvalds Corega CG-WLCB54GT Cardbus Card 3301da177e4SLinus Torvalds D-Link Air Plus Xtreme G A1 Cardbus Card aka DWL-g650 3311da177e4SLinus Torvalds I-O Data WN-G54/CB Cardbus Card 3321da177e4SLinus Torvalds Kobishi XG-300 aka Z-Com Cardbus Card 3331da177e4SLinus Torvalds Netgear WG511 Cardbus Card 3341da177e4SLinus Torvalds Ovislink WL-5400PCI PCI Card 3351da177e4SLinus Torvalds Peabird WLG-PCI PCI Card 3361da177e4SLinus Torvalds Sitecom WL-100i Cardbus Card 3371da177e4SLinus Torvalds Sitecom WL-110i PCI Card 3381da177e4SLinus Torvalds SMC2802W - EZ Connect g 2.4GHz 54 Mbps Wireless PCI Card 3391da177e4SLinus Torvalds SMC2835W - EZ Connect g 2.4GHz 54 Mbps Wireless Cardbus Card 3401da177e4SLinus Torvalds SMC2835W-V2 - EZ Connect g 2.4GHz 54 Mbps Wireless Cardbus Card 3411da177e4SLinus Torvalds Z-Com XG-900 PCI Card 3421da177e4SLinus Torvalds Zyxel G-100 Cardbus Card 3431da177e4SLinus Torvalds 3441da177e4SLinus Torvalds If you enable this you will need a firmware file as well. 3451da177e4SLinus Torvalds You will need to copy this to /usr/lib/hotplug/firmware/isl3890. 3461da177e4SLinus Torvalds You can get this non-GPL'd firmware file from the Prism54 project page: 3471da177e4SLinus Torvalds <http://prism54.org> 3481da177e4SLinus Torvalds You will also need the /etc/hotplug/firmware.agent script from 3491da177e4SLinus Torvalds a current hotplug package. 3501da177e4SLinus Torvalds 3511da177e4SLinus Torvalds Note: You need a motherboard with DMA support to use any of these cards 3521da177e4SLinus Torvalds 3531da177e4SLinus Torvalds If you want to compile the driver as a module ( = code which can be 3541da177e4SLinus Torvalds inserted in and removed from the running kernel whenever you want), 3551da177e4SLinus Torvalds say M here and read <file:Documentation/modules.txt>. The module 3561da177e4SLinus Torvalds will be called prism54.ko. 3571da177e4SLinus Torvalds 358*ff1d2767SJouni Malinensource "drivers/net/wireless/hostap/Kconfig" 359*ff1d2767SJouni Malinen 3601da177e4SLinus Torvalds# yes, this works even when no drivers are selected 3611da177e4SLinus Torvaldsconfig NET_WIRELESS 3621da177e4SLinus Torvalds bool 3631da177e4SLinus Torvalds depends on NET_RADIO && (ISA || PCI || PPC_PMAC || PCMCIA) 3641da177e4SLinus Torvalds default y 3651da177e4SLinus Torvalds 3661da177e4SLinus Torvaldsendmenu 3671da177e4SLinus Torvalds 368