summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wicontrol
diff options
context:
space:
mode:
authordwmalone <dwmalone@FreeBSD.org>2002-05-27 13:39:01 +0000
committerdwmalone <dwmalone@FreeBSD.org>2002-05-27 13:39:01 +0000
commit3a164e85683e2cef531bcfa1886ad348c1123699 (patch)
tree0cec7a3365af41dd2345a6aa392d44ddf0710bda /usr.sbin/wicontrol
parent4c72376dabe64ae0f5cecafeab83440e266fc666 (diff)
downloadFreeBSD-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.84
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
OpenPOWER on IntegriCloud