diff options
author | Olivier Hochreutiner <olivier.hochreutiner@epfl.ch> | 2006-03-07 14:13:55 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2006-03-17 15:08:04 -0500 |
commit | 651be26f2daf31e61faf4b55ada709cf39ec76a2 (patch) | |
tree | cac9bac812d1ecc1f85bce54a2591cab34752627 /Documentation/networking | |
parent | 71de1f3dd14e3e39cef929506a9526779f5a447d (diff) |
[PATCH] ipw2200: wireless extension sensitivity threshold support
The patch allows the user to set the handover threshold, i.e. the number
of consecutively missed beacons that will trigger a roaming attempt. The
disassociation threshold is set to 3 times the handover threshold.
Signed-off-by: Olivier Hochreutiner <olivier.hochreutiner@epfl.ch>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/README.ipw2200 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/networking/README.ipw2200 b/Documentation/networking/README.ipw2200 index 712c5681338b..c2f693e24c7d 100644 --- a/Documentation/networking/README.ipw2200 +++ b/Documentation/networking/README.ipw2200 | |||
@@ -30,6 +30,7 @@ Index | |||
30 | 2. Ad-Hoc Networking | 30 | 2. Ad-Hoc Networking |
31 | 3. Interacting with Wireless Tools | 31 | 3. Interacting with Wireless Tools |
32 | 3.1. iwconfig mode | 32 | 3.1. iwconfig mode |
33 | 3.2. iwconfig sens | ||
33 | 4. About the Version Numbers | 34 | 4. About the Version Numbers |
34 | 5. Firmware installation | 35 | 5. Firmware installation |
35 | 6. Support | 36 | 6. Support |
@@ -383,6 +384,15 @@ When configuring the mode of the adapter, all run-time configured parameters | |||
383 | are reset to the value used when the module was loaded. This includes | 384 | are reset to the value used when the module was loaded. This includes |
384 | channels, rates, ESSID, etc. | 385 | channels, rates, ESSID, etc. |
385 | 386 | ||
387 | 3.2 iwconfig sens | ||
388 | ----------------------------------------------- | ||
389 | |||
390 | The 'iwconfig ethX sens XX' command will not set the signal sensitivity | ||
391 | threshold, as described in iwconfig documentation, but rather the number | ||
392 | of consecutive missed beacons that will trigger handover, i.e. roaming | ||
393 | to another access point. At the same time, it will set the disassociation | ||
394 | threshold to 3 times the given value. | ||
395 | |||
386 | 396 | ||
387 | 4. About the Version Numbers | 397 | 4. About the Version Numbers |
388 | ----------------------------------------------- | 398 | ----------------------------------------------- |