cvs commit: src/sys/dev/wi if_wavelan_ieee.h if_wi.c
Sam Leffler
sam at FreeBSD.org
Thu Jun 26 17:49:05 PDT 2003
sam 2003/06/26 17:49:04 PDT
FreeBSD src repository
Modified files:
sys/dev/wi if_wavelan_ieee.h if_wi.c
Log:
Return support needed by dstumbler:
o add back rx monitor support
o make WI_RID_SCAN_RES DTRT
o fix a bug handling zero-length RID requests (used by dstumbler to set
a zero-length SSID)
o make RID_SCAN_REQ DTRT
o add back WI_RID_OWN_SSID
o fix wi_scan_ap to take a channel mask and txrate (for prism cards)
These changes fix dstumbler -o (monitor mode). A minor change to dstumbler
is needed to get normal AP scanning mode to work right; this is preferred to
modifying the driver.
PR: kern/53187
Reviewed by: Bruce M Simpson <bms at spc.org>
Revision Changes Path
1.18 +3 -3 src/sys/dev/wi/if_wavelan_ieee.h
1.143 +171 -9 src/sys/dev/wi/if_wi.c
More information about the cvs-src
mailing list