aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking
diff options
context:
space:
mode:
authorOlivier Hochreutiner <olivier.hochreutiner@epfl.ch>2006-03-07 14:13:55 -0500
committerJohn W. Linville <linville@tuxdriver.com>2006-03-17 15:08:04 -0500
commit651be26f2daf31e61faf4b55ada709cf39ec76a2 (patch)
treecac9bac812d1ecc1f85bce54a2591cab34752627 /Documentation/networking
parent71de1f3dd14e3e39cef929506a9526779f5a447d (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.ipw220010
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
302. Ad-Hoc Networking 302. Ad-Hoc Networking
313. Interacting with Wireless Tools 313. Interacting with Wireless Tools
323.1. iwconfig mode 323.1. iwconfig mode
333.2. iwconfig sens
334. About the Version Numbers 344. About the Version Numbers
345. Firmware installation 355. Firmware installation
356. Support 366. Support
@@ -383,6 +384,15 @@ When configuring the mode of the adapter, all run-time configured parameters
383are reset to the value used when the module was loaded. This includes 384are reset to the value used when the module was loaded. This includes
384channels, rates, ESSID, etc. 385channels, rates, ESSID, etc.
385 386
3873.2 iwconfig sens
388-----------------------------------------------
389
390The 'iwconfig ethX sens XX' command will not set the signal sensitivity
391threshold, as described in iwconfig documentation, but rather the number
392of consecutive missed beacons that will trigger handover, i.e. roaming
393to another access point. At the same time, it will set the disassociation
394threshold to 3 times the given value.
395
386 396
3874. About the Version Numbers 3974. About the Version Numbers
388----------------------------------------------- 398-----------------------------------------------