config IPW2100
	tristate "Intel PRO/Wireless 2100 802.11b"
	depends on NET_RADIO && PCI
	select FW_LOADER
	---help---
          A driver for the Intel PRO/Wireless 2100 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_PROMISC
        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 IPW2100_LEGACY_FW_LOAD
	bool "Legacy firmware loading (non-hotplug)"
	depends on IPW2100
	---help---
	  As of 0.33 we added the ability to use the hotplug request_firmware
	  capability of Linux to load the firmware image.  If you do not have
	  hot plug configured, or have compilation or other errors while trying
	  to use the new mechanism, you can enable this option to use the
	  legacy approach (loading the firmware from /etc/firmware/).

	  Legacy approach will not work when IPW2100 support is directly in the
	  kernel (not module).

	  Saying Y here will result in the kernel module being ~4k larger.

config IPW2100_NOWEP
	bool "Disable WEP support"
	depends on IPW2100
	---help---
	  As of 0.40-pre2, WEP is enabled by default.  This requires that you
   	  have hostap-driver-0.1.3 installed (specifically the hostap and
          hostap_crypt_wep modules).  You can obtain the Host AP packages from
	  http://hostap.epitest.fi.

	  If you do not wish to enable WEP, you can disable it by setting
	  this to Y.

config IPW2100_DEBUG
	bool "Enable full debugging output"
	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 

	  /proc/ipw2100/debug_level

	  This entry will only exist if this option is enabled.  For a list of 
	  values you can assign to debug_level, simply perform:

	  % cat /proc/ipw2100/debug_level

	  To set a value, simply echo an 8-byte hex value to the same file:

	  % echo 00000FFO > /proc/ipw2100/debug_level

	  If you are not trying to debug or develop the IPW2100 driver, you 
	  most likely want to say N here.
