PERFORCE change 84523 for review
Sam Leffler
sam at FreeBSD.org
Thu Sep 29 18:16:14 PDT 2005
http://perforce.freebsd.org/chv.cgi?CH=84523
Change 84523 by sam at sam_ebb on 2005/09/30 01:15:12
flush the scan cache on transition to the INIT state
Affected files ...
.. //depot/projects/wifi/sys/net80211/ieee80211_proto.c#37 edit
Differences ...
==== //depot/projects/wifi/sys/net80211/ieee80211_proto.c#37 (text+ko) ====
@@ -996,6 +996,7 @@
reset:
IF_DRAIN(&ic->ic_mgtq);
ieee80211_reset_bss(ic);
+ ieee80211_scan_flush(ic);
break;
}
if (ic->ic_auth->ia_detach != NULL)
More information about the p4-projects
mailing list