Subject: CVS commit: basesrc/usr.sbin/wiconfig
To: None <source-changes@netbsd.org>
From: Atsushi Onoe <onoe@netbsd.org>
List: source-changes
Date: 01/16/2002 08:54:18
Module Name:	basesrc
Committed By:	onoe
Date:		Wed Jan 16 06:54:18 UTC 2002

Modified Files:
	basesrc/usr.sbin/wiconfig: wiconfig.8

Log Message:
Fixed the range of max data length (dot11FragmentationThreshold)
for -d option: 350..2304 -> 256..2346 (default is 2304)
Fixed the range of RTS/CTS threshold (dot11RTSThreshold)
for -r option: 0..2047 -> 0..2347 (default is 2347)


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 basesrc/usr.sbin/wiconfig/wiconfig.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.