cvs commit: src/sys/dev/ath if_ath.c src/sys/dev/iwi if_iwi.c
src/sys/dev/ral rt2560.c rt2661.c src/sys/dev/usb if_rum.c if_ural.c
Sam Leffler
sam at FreeBSD.org
Wed Sep 5 16:00:27 PDT 2007
sam 2007-09-05 23:00:27 UTC
FreeBSD src repository
Modified files:
sys/dev/ath if_ath.c
sys/dev/iwi if_iwi.c
sys/dev/ral rt2560.c rt2661.c
sys/dev/usb if_rum.c if_ural.c
Log:
Add missing bits that made bg scanning lame:
o update ic_lastdata to reflect time of last outbound frame
o outbound traffic must preempt/cancel bg scanning to avoid delays
This stuff was somehow missed in the initial import.
Reviewed by: thompsa, avatar, sephe (earlier version)
Approved by: re (blanket wireless)
Revision Changes Path
1.174 +7 -9 src/sys/dev/ath/if_ath.c
1.57 +6 -0 src/sys/dev/iwi/if_iwi.c
1.16 +6 -0 src/sys/dev/ral/rt2560.c
1.16 +6 -0 src/sys/dev/ral/rt2661.c
1.12 +6 -0 src/sys/dev/usb/if_rum.c
1.68 +6 -0 src/sys/dev/usb/if_ural.c
More information about the cvs-src
mailing list