Date: Wed, 5 Sep 2007 23:00:27 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200709052300.l85N0RS1017100@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709052300.l85N0RS1017100>