⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 kconfig

📁 linux-2.6.15.6
💻
📖 第 1 页 / 共 2 页
字号:
## Wireless LAN device configuration#menu "Wireless LAN (non-hamradio)"	depends on NETDEVICESconfig NET_RADIO	bool "Wireless LAN drivers (non-hamradio) & Wireless Extensions"	---help---	  Support for wireless LANs and everything having to do with radio,	  but not with amateur radio or FM broadcasting.	  Saying Y here also enables the Wireless Extensions (creates	  /proc/net/wireless and enables iwconfig access). The Wireless	  Extension is a generic API allowing a driver to expose to the user	  space configuration and statistics specific to common Wireless LANs.	  The beauty of it is that a single set of tool can support all the	  variations of Wireless LANs, regardless of their type (as long as	  the driver supports Wireless Extension). Another advantage is that	  these parameters may be changed on the fly without restarting the	  driver (or Linux). If you wish to use Wireless Extensions with	  wireless PCMCIA (PC-) cards, you need to say Y here; you can fetch	  the tools from	  <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>.	  Some user-level drivers for scarab devices which don't require	  special kernel support are available from	  <ftp://shadow.cabi.net/pub/Linux/>.# Note : the cards are obsolete (can't buy them anymore), but the drivers# are not, as people are still using them...comment "Obsolete Wireless cards support (pre-802.11)"	depends on NET_RADIO && (INET || ISA || PCMCIA)config STRIP	tristate "STRIP (Metricom starmode radio IP)"	depends on NET_RADIO && INET	---help---	  Say Y if you have a Metricom radio and intend to use Starmode Radio	  IP. STRIP is a radio protocol developed for the MosquitoNet project	  (on the WWW at <http://mosquitonet.stanford.edu/>) to send Internet	  traffic using Metricom radios.  Metricom radios are small, battery	  powered, 100kbit/sec packet radio transceivers, about the size and	  weight of a cellular telephone. (You may also have heard them called	  "Metricom modems" but we avoid the term "modem" because it misleads	  many people into thinking that you can plug a Metricom modem into a	  phone line and use it as a modem.)	  You can use STRIP on any Linux machine with a serial port, although	  it is obviously most useful for people with laptop computers. If you	  think you might get a Metricom radio in the future, there is no harm	  in saying Y to STRIP now, except that it makes the kernel a bit	  bigger.	  To compile this as a module, choose M here: the module will be	  called strip.config ARLAN	tristate "Aironet Arlan 655 & IC2200 DS support"	depends on NET_RADIO && ISA && !64BIT	---help---	  Aironet makes Arlan, a class of wireless LAN adapters. These use the	  www.Telxon.com chip, which is also used on several similar cards.	  This driver is tested on the 655 and IC2200 series cards. Look at	  <http://www.ylenurme.ee/~elmer/655/> for the latest information.	  The driver is built as two modules, arlan and arlan-proc. The latter	  is the /proc interface and is not needed most of time.	  On some computers the card ends up in non-valid state after some	  time. Use a ping-reset script to clear it.config WAVELAN	tristate "AT&T/Lucent old WaveLAN & DEC RoamAbout DS ISA support"	depends on NET_RADIO && ISA	---help---	  The Lucent WaveLAN (formerly NCR and AT&T; or DEC RoamAbout DS) is	  a Radio LAN (wireless Ethernet-like Local Area Network) using the	  radio frequencies 900 MHz and 2.4 GHz.	  This driver support the ISA version of the WaveLAN card.  A separate	  driver for the PCMCIA (PC-card) hardware is available in David	  Hinds' pcmcia-cs package (see the file <file:Documentation/Changes>	  for location).	  If you want to use an ISA WaveLAN card under Linux, say Y and read	  the Ethernet-HOWTO, available from	  <http://www.tldp.org/docs.html#howto>. Some more specific	  information is contained in	  <file:Documentation/networking/wavelan.txt> and in the source code	  <file:drivers/net/wavelan.p.h>.	  You will also need the wireless tools package available from	  <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>.	  Please read the man pages contained therein.	  To compile this driver as a module, choose M here: the module will be	  called wavelan.config PCMCIA_WAVELAN	tristate "AT&T/Lucent old WaveLAN Pcmcia wireless support"	depends on NET_RADIO && PCMCIA	help	  Say Y here if you intend to attach an AT&T/Lucent Wavelan PCMCIA	  (PC-card) wireless Ethernet networking card to your computer.  This	  driver is for the non-IEEE-802.11 Wavelan cards.	  To compile this driver as a module, choose M here: the module will be	  called wavelan_cs.  If unsure, say N.config PCMCIA_NETWAVE	tristate "Xircom Netwave AirSurfer Pcmcia wireless support"	depends on NET_RADIO && PCMCIA	help	  Say Y here if you intend to attach this type of PCMCIA (PC-card)	  wireless Ethernet networking card to your computer.	  To compile this driver as a module, choose M here: the module will be	  called netwave_cs.  If unsure, say N.comment "Wireless 802.11 Frequency Hopping cards support"	depends on NET_RADIO && PCMCIAconfig PCMCIA_RAYCS	tristate "Aviator/Raytheon 2.4MHz wireless support"	depends on NET_RADIO && PCMCIA	---help---	  Say Y here if you intend to attach an Aviator/Raytheon PCMCIA	  (PC-card) wireless Ethernet networking card to your computer.	  Please read the file <file:Documentation/networking/ray_cs.txt> for	  details.	  To compile this driver as a module, choose M here: the module will be	  called ray_cs.  If unsure, say N.comment "Wireless 802.11b ISA/PCI cards support"	depends on NET_RADIO && (ISA || PCI || PPC_PMAC || PCMCIA)config IPW2100	tristate "Intel PRO/Wireless 2100 Network Connection"	depends on NET_RADIO && PCI && IEEE80211	select FW_LOADER	---help---          A driver for the Intel PRO/Wireless 2100 Network 	  Connection 802.11b wireless network adapter.          See <file:Documentation/networking/README.ipw2100> for information on          the capabilities currently enabled in this driver and for tips          for debugging issues and problems.	  In order to use this driver, you will need a firmware image for it.          You can obtain the firmware from	  <http://ipw2100.sf.net/>.  Once you have the firmware image, you 	  will need to place it in /etc/firmware.          You will also very likely need the Wireless Tools in order to          configure your card:          <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>.           If you want to compile the driver as a module ( = code which can be          inserted in and remvoed from the running kernel whenever you want),          say M here and read <file:Documentation/modules.txt>.  The module          will be called ipw2100.ko.	config IPW2100_MONITOR        bool "Enable promiscuous mode"        depends on IPW2100        ---help---	  Enables promiscuous/monitor mode support for the ipw2100 driver.	  With this feature compiled into the driver, you can switch to 	  promiscuous mode via the Wireless Tool's Monitor mode.  While in this	  mode, no packets can be sent.config IPW_DEBUG	bool "Enable full debugging output in IPW2100 module."	depends on IPW2100	---help---	  This option will enable debug tracing output for the IPW2100.  	  This will result in the kernel module being ~60k larger.  You can 	  control which debug output is sent to the kernel log by setting the 	  value in 	  /sys/bus/pci/drivers/ipw2100/debug_level	  This entry will only exist if this option is enabled.	  If you are not trying to debug or develop the IPW2100 driver, you 	  most likely want to say N here.config IPW2200	tristate "Intel PRO/Wireless 2200BG and 2915ABG Network Connection"	depends on IEEE80211 && PCI	select FW_LOADER	---help---          A driver for the Intel PRO/Wireless 2200BG and 2915ABG Network	  Connection adapters.           See <file:Documentation/networking/README.ipw2200> for 	  information on the capabilities currently enabled in this 	  driver and for tips for debugging issues and problems.	  In order to use this driver, you will need a firmware image for it.          You can obtain the firmware from	  <http://ipw2200.sf.net/>.  See the above referenced README.ipw2200 	  for information on where to install the firmare images.          You will also very likely need the Wireless Tools in order to          configure your card:          <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>.           If you want to compile the driver as a module ( = code which can be          inserted in and remvoed from the running kernel whenever you want),          say M here and read <file:Documentation/modules.txt>.  The module          will be called ipw2200.ko.config IPW_DEBUG	bool "Enable full debugging output in IPW2200 module."	depends on IPW2200	---help---	  This option will enable debug tracing output for the IPW2200.  	  This will result in the kernel module being ~100k larger.  You can 	  control which debug output is sent to the kernel log by setting the 	  value in 	  /sys/bus/pci/drivers/ipw2200/debug_level	  This entry will only exist if this option is enabled.	  To set a value, simply echo an 8-byte hex value to the same file:	  % echo 0x00000FFO > /sys/bus/pci/drivers/ipw2200/debug_level	  You can find the list of debug mask values in 	  drivers/net/wireless/ipw2200.h	  If you are not trying to debug or develop the IPW2200 driver, you 	  most likely want to say N here.config AIRO

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -