Date: Tue, 18 Jan 2005 20:21:29 +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/net80211 ieee80211_node.c Message-ID: <200501182021.j0IKLTbZ078173@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2005-01-18 20:21:29 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_node.c Log: Simplify the logic for checking the scan candidates at the end of a scan. Hold a lock on the table instead of futzing with reference counts which was potentially dangerous except drivers were quiescent while we did this so the table contents never changed. Disable the hack logic for removing scan candidates with multiple association failures; it's never done the right thing and will be fixed correctly with background scanning goes in. Revision Changes Path 1.34 +17 -20 src/sys/net80211/ieee80211_node.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501182021.j0IKLTbZ078173>