Back to home page

OSCL-LXR

 
 

    


0001 .. SPDX-License-Identifier: GPL-2.0
0002 .. include:: <isonum.txt>
0003 
0004 ===========================================
0005 Intel(R) PRO/Wireless 2100 Driver for Linux
0006 ===========================================
0007 
0008 Support for:
0009 
0010 - Intel(R) PRO/Wireless 2100 Network Connection
0011 
0012 Copyright |copy| 2003-2006, Intel Corporation
0013 
0014 README.ipw2100
0015 
0016 :Version: git-1.1.5
0017 :Date:    January 25, 2006
0018 
0019 .. Index
0020 
0021     0. IMPORTANT INFORMATION BEFORE USING THIS DRIVER
0022     1. Introduction
0023     2. Release git-1.1.5 Current Features
0024     3. Command Line Parameters
0025     4. Sysfs Helper Files
0026     5. Radio Kill Switch
0027     6. Dynamic Firmware
0028     7. Power Management
0029     8. Support
0030     9. License
0031 
0032 
0033 0. IMPORTANT INFORMATION BEFORE USING THIS DRIVER
0034 =================================================
0035 
0036 Important Notice FOR ALL USERS OR DISTRIBUTORS!!!!
0037 
0038 Intel wireless LAN adapters are engineered, manufactured, tested, and
0039 quality checked to ensure that they meet all necessary local and
0040 governmental regulatory agency requirements for the regions that they
0041 are designated and/or marked to ship into. Since wireless LANs are
0042 generally unlicensed devices that share spectrum with radars,
0043 satellites, and other licensed and unlicensed devices, it is sometimes
0044 necessary to dynamically detect, avoid, and limit usage to avoid
0045 interference with these devices. In many instances Intel is required to
0046 provide test data to prove regional and local compliance to regional and
0047 governmental regulations before certification or approval to use the
0048 product is granted. Intel's wireless LAN's EEPROM, firmware, and
0049 software driver are designed to carefully control parameters that affect
0050 radio operation and to ensure electromagnetic compliance (EMC). These
0051 parameters include, without limitation, RF power, spectrum usage,
0052 channel scanning, and human exposure.
0053 
0054 For these reasons Intel cannot permit any manipulation by third parties
0055 of the software provided in binary format with the wireless WLAN
0056 adapters (e.g., the EEPROM and firmware). Furthermore, if you use any
0057 patches, utilities, or code with the Intel wireless LAN adapters that
0058 have been manipulated by an unauthorized party (i.e., patches,
0059 utilities, or code (including open source code modifications) which have
0060 not been validated by Intel), (i) you will be solely responsible for
0061 ensuring the regulatory compliance of the products, (ii) Intel will bear
0062 no liability, under any theory of liability for any issues associated
0063 with the modified products, including without limitation, claims under
0064 the warranty and/or issues arising from regulatory non-compliance, and
0065 (iii) Intel will not provide or be required to assist in providing
0066 support to any third parties for such modified products.
0067 
0068 Note: Many regulatory agencies consider Wireless LAN adapters to be
0069 modules, and accordingly, condition system-level regulatory approval
0070 upon receipt and review of test data documenting that the antennas and
0071 system configuration do not cause the EMC and radio operation to be
0072 non-compliant.
0073 
0074 The drivers available for download from SourceForge are provided as a
0075 part of a development project.  Conformance to local regulatory
0076 requirements is the responsibility of the individual developer.  As
0077 such, if you are interested in deploying or shipping a driver as part of
0078 solution intended to be used for purposes other than development, please
0079 obtain a tested driver from Intel Customer Support at:
0080 
0081 https://www.intel.com/support/wireless/sb/CS-006408.htm
0082 
0083 1. Introduction
0084 ===============
0085 
0086 This document provides a brief overview of the features supported by the
0087 IPW2100 driver project.  The main project website, where the latest
0088 development version of the driver can be found, is:
0089 
0090         http://ipw2100.sourceforge.net
0091 
0092 There you can find the not only the latest releases, but also information about
0093 potential fixes and patches, as well as links to the development mailing list
0094 for the driver project.
0095 
0096 
0097 2. Release git-1.1.5 Current Supported Features
0098 ===============================================
0099 
0100 - Managed (BSS) and Ad-Hoc (IBSS)
0101 - WEP (shared key and open)
0102 - Wireless Tools support
0103 - 802.1x (tested with XSupplicant 1.0.1)
0104 
0105 Enabled (but not supported) features:
0106 - Monitor/RFMon mode
0107 - WPA/WPA2
0108 
0109 The distinction between officially supported and enabled is a reflection
0110 on the amount of validation and interoperability testing that has been
0111 performed on a given feature.
0112 
0113 
0114 3. Command Line Parameters
0115 ==========================
0116 
0117 If the driver is built as a module, the following optional parameters are used
0118 by entering them on the command line with the modprobe command using this
0119 syntax::
0120 
0121         modprobe ipw2100 [<option>=<VAL1><,VAL2>...]
0122 
0123 For example, to disable the radio on driver loading, enter:
0124 
0125         modprobe ipw2100 disable=1
0126 
0127 The ipw2100 driver supports the following module parameters:
0128 
0129 =========       ==============  ============  ==============================
0130 Name            Value           Example       Meaning
0131 =========       ==============  ============  ==============================
0132 debug           0x0-0xffffffff  debug=1024    Debug level set to 1024
0133 mode            0,1,2           mode=1        AdHoc
0134 channel         int             channel=3     Only valid in AdHoc or Monitor
0135 associate       boolean         associate=0   Do NOT auto associate
0136 disable         boolean         disable=1     Do not power the HW
0137 =========       ==============  ============  ==============================
0138 
0139 
0140 4. Sysfs Helper Files
0141 =====================
0142 
0143 There are several ways to control the behavior of the driver.  Many of the
0144 general capabilities are exposed through the Wireless Tools (iwconfig).  There
0145 are a few capabilities that are exposed through entries in the Linux Sysfs.
0146 
0147 
0148 **Driver Level**
0149 
0150 For the driver level files, look in /sys/bus/pci/drivers/ipw2100/
0151 
0152   debug_level
0153         This controls the same global as the 'debug' module parameter.  For
0154         information on the various debugging levels available, run the 'dvals'
0155         script found in the driver source directory.
0156 
0157         .. note::
0158 
0159               'debug_level' is only enabled if CONFIG_IPW2100_DEBUG is turn on.
0160 
0161 **Device Level**
0162 
0163 For the device level files look in::
0164 
0165         /sys/bus/pci/drivers/ipw2100/{PCI-ID}/
0166 
0167 For example::
0168 
0169         /sys/bus/pci/drivers/ipw2100/0000:02:01.0
0170 
0171 For the device level files, see /sys/bus/pci/drivers/ipw2100:
0172 
0173   rf_kill
0174         read
0175 
0176         ==  =========================================
0177         0   RF kill not enabled (radio on)
0178         1   SW based RF kill active (radio off)
0179         2   HW based RF kill active (radio off)
0180         3   Both HW and SW RF kill active (radio off)
0181         ==  =========================================
0182 
0183         write
0184 
0185         ==  ==================================================
0186         0   If SW based RF kill active, turn the radio back on
0187         1   If radio is on, activate SW based RF kill
0188         ==  ==================================================
0189 
0190         .. note::
0191 
0192            If you enable the SW based RF kill and then toggle the HW
0193            based RF kill from ON -> OFF -> ON, the radio will NOT come back on
0194 
0195 
0196 5. Radio Kill Switch
0197 ====================
0198 
0199 Most laptops provide the ability for the user to physically disable the radio.
0200 Some vendors have implemented this as a physical switch that requires no
0201 software to turn the radio off and on.  On other laptops, however, the switch
0202 is controlled through a button being pressed and a software driver then making
0203 calls to turn the radio off and on.  This is referred to as a "software based
0204 RF kill switch"
0205 
0206 See the Sysfs helper file 'rf_kill' for determining the state of the RF switch
0207 on your system.
0208 
0209 
0210 6. Dynamic Firmware
0211 ===================
0212 
0213 As the firmware is licensed under a restricted use license, it can not be
0214 included within the kernel sources.  To enable the IPW2100 you will need a
0215 firmware image to load into the wireless NIC's processors.
0216 
0217 You can obtain these images from <http://ipw2100.sf.net/firmware.php>.
0218 
0219 See INSTALL for instructions on installing the firmware.
0220 
0221 
0222 7. Power Management
0223 ===================
0224 
0225 The IPW2100 supports the configuration of the Power Save Protocol
0226 through a private wireless extension interface.  The IPW2100 supports
0227 the following different modes:
0228 
0229         ===     ===========================================================
0230         off     No power management.  Radio is always on.
0231         on      Automatic power management
0232         1-5     Different levels of power management.  The higher the
0233                 number the greater the power savings, but with an impact to
0234                 packet latencies.
0235         ===     ===========================================================
0236 
0237 Power management works by powering down the radio after a certain
0238 interval of time has passed where no packets are passed through the
0239 radio.  Once powered down, the radio remains in that state for a given
0240 period of time.  For higher power savings, the interval between last
0241 packet processed to sleep is shorter and the sleep period is longer.
0242 
0243 When the radio is asleep, the access point sending data to the station
0244 must buffer packets at the AP until the station wakes up and requests
0245 any buffered packets.  If you have an AP that does not correctly support
0246 the PSP protocol you may experience packet loss or very poor performance
0247 while power management is enabled.  If this is the case, you will need
0248 to try and find a firmware update for your AP, or disable power
0249 management (via ``iwconfig eth1 power off``)
0250 
0251 To configure the power level on the IPW2100 you use a combination of
0252 iwconfig and iwpriv.  iwconfig is used to turn power management on, off,
0253 and set it to auto.
0254 
0255         =========================  ====================================
0256         iwconfig eth1 power off    Disables radio power down
0257         iwconfig eth1 power on     Enables radio power management to
0258                                    last set level (defaults to AUTO)
0259         iwpriv eth1 set_power 0    Sets power level to AUTO and enables
0260                                    power management if not previously
0261                                    enabled.
0262         iwpriv eth1 set_power 1-5  Set the power level as specified,
0263                                    enabling power management if not
0264                                    previously enabled.
0265         =========================  ====================================
0266 
0267 You can view the current power level setting via::
0268 
0269         iwpriv eth1 get_power
0270 
0271 It will return the current period or timeout that is configured as a string
0272 in the form of xxxx/yyyy (z) where xxxx is the timeout interval (amount of
0273 time after packet processing), yyyy is the period to sleep (amount of time to
0274 wait before powering the radio and querying the access point for buffered
0275 packets), and z is the 'power level'.  If power management is turned off the
0276 xxxx/yyyy will be replaced with 'off' -- the level reported will be the active
0277 level if `iwconfig eth1 power on` is invoked.
0278 
0279 
0280 8. Support
0281 ==========
0282 
0283 For general development information and support,
0284 go to:
0285 
0286     http://ipw2100.sf.net/
0287 
0288 The ipw2100 1.1.0 driver and firmware can be downloaded from:
0289 
0290     http://support.intel.com
0291 
0292 For installation support on the ipw2100 1.1.0 driver on Linux kernels
0293 2.6.8 or greater, email support is available from:
0294 
0295     http://supportmail.intel.com
0296 
0297 9. License
0298 ==========
0299 
0300   Copyright |copy| 2003 - 2006 Intel Corporation. All rights reserved.
0301 
0302   This program is free software; you can redistribute it and/or modify it
0303   under the terms of the GNU General Public License (version 2) as
0304   published by the Free Software Foundation.
0305 
0306   This program is distributed in the hope that it will be useful, but WITHOUT
0307   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0308   FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
0309   more details.
0310 
0311   You should have received a copy of the GNU General Public License along with
0312   this program; if not, write to the Free Software Foundation, Inc., 59
0313   Temple Place - Suite 330, Boston, MA  02111-1307, USA.
0314 
0315   The full GNU General Public License is included in this distribution in the
0316   file called LICENSE.
0317 
0318   License Contact Information:
0319 
0320   James P. Ketrenos <ipw2100-admin@linux.intel.com>
0321 
0322   Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
0323