From 3a164e85683e2cef531bcfa1886ad348c1123699 Mon Sep 17 00:00:00 2001 From: dwmalone Date: Mon, 27 May 2002 13:39:01 +0000 Subject: 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. --- usr.sbin/wicontrol/wicontrol.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/wicontrol') 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 -- cgit v1.1