Date: Tue, 28 Dec 2004 16:33:02 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 67800 for review Message-ID: <200412281633.iBSGX2Ci029349@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=67800 Change 67800 by sam@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) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412281633.iBSGX2Ci029349>