cvs commit: src/sys/net80211 ieee80211_node.c
Sam Leffler
sam at FreeBSD.org
Sun Jul 3 01:05:13 GMT 2005
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
More information about the cvs-src
mailing list