cvs commit: src/usr.sbin/wicontrol Makefile wicontrol.8 wicontrol.c
Joerg Sonnenberger
joerg at crater.dragonflybsd.org
Wed Jul 28 01:41:03 PDT 2004
joerg 2004/07/28 01:38:33 PDT
DragonFly src repository
Modified files:
usr.sbin/wicontrol Makefile wicontrol.8 wicontrol.c
Log:
Sync with FreeBSD CURRENT.
Important changes:
- Ignore EINVAL from wi_getval for optional values to increase support for
different drivers.
- Generally improved error handling.
- Better output and support for the generic 802.11 layer.
- Warnings output deprecated options which are supported by ifconfig,
this will be removed at some time.
Additional changes:
- print "No stations" instead of "0 stations:"
- Remove 'Z', the zeroing of the signal cache is not supported by the
newer driver versions anyway.
- Add WARNS?= 6 to Makefile.
Revision Changes Path
1.3 +3 -2 src/usr.sbin/wicontrol/Makefile
1.3 +1 -9 src/usr.sbin/wicontrol/wicontrol.8
1.6 +229 -152 src/usr.sbin/wicontrol/wicontrol.c
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/wicontrol/Makefile.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/wicontrol/wicontrol.8.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/wicontrol/wicontrol.c.diff?r1=1.5&r2=1.6&f=u
More information about the Commits
mailing list