PERFORCE change 67800 for review

Sam Leffler sam at FreeBSD.org
Tue Dec 28 08:33:03 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=67800

Change 67800 by sam at sam_ebb on 2004/12/28 16:32:45

	fully process beacon/probe_resp frames when associated and
	a scan occurs so the ap we're associated to has it's scan
	state updated

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_input.c#32 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_input.c#32 (text+ko) ====

@@ -1869,7 +1869,8 @@
 			    ieee80211_parse_wmeparams(ic, wme, wh) > 0)
 				ieee80211_wme_updateparams(ic);
 			/* NB: don't need the rest of this */
-			return;
+			if ((ic->ic_flags & IEEE80211_F_SCAN) == 0)
+				return;
 		}
 
 		if (ni == ic->ic_bss) {


More information about the p4-projects mailing list