diff options
author | dwmalone <dwmalone@FreeBSD.org> | 2002-05-27 13:39:01 +0000 |
---|---|---|
committer | dwmalone <dwmalone@FreeBSD.org> | 2002-05-27 13:39:01 +0000 |
commit | 3a164e85683e2cef531bcfa1886ad348c1123699 (patch) | |
tree | 0cec7a3365af41dd2345a6aa392d44ddf0710bda /usr.sbin/wicontrol | |
parent | 4c72376dabe64ae0f5cecafeab83440e266fc666 (diff) | |
download | FreeBSD-src-3a164e85683e2cef531bcfa1886ad348c1123699.zip FreeBSD-src-3a164e85683e2cef531bcfa1886ad348c1123699.tar.gz |
As far as I can tell, the maximum packet size for 802.11b is 2346,
which means that the valid range for the RTS threshold is 0-2347.
The default is definitely 2347.
Diffstat (limited to 'usr.sbin/wicontrol')
-rw-r--r-- | usr.sbin/wicontrol/wicontrol.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/wicontrol/wicontrol.8 b/usr.sbin/wicontrol/wicontrol.8 index 9774ee7..060a3a3 100644 --- a/usr.sbin/wicontrol/wicontrol.8 +++ b/usr.sbin/wicontrol/wicontrol.8 @@ -324,8 +324,8 @@ This controls the number of bytes used for the RTS/CTS handshake boundary. The .Ar RTS_threshold -can be any value between 0 and 2047. -The default is 2047. +can be any value between 0 and 2347. +The default is 2347. .It Oo Fl i Oc Ar iface Fl f Ar frequency Set the radio frequency of a given interface. The |