Date: Wed, 3 Sep 2008 15:50:02 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 149119 for review Message-ID: <200809031550.m83Fo2HV001517@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=149119 Change 149119 by sam@sam_ebb on 2008/09/03 15:49:54 don't propagate ht bss occupancy changes to legacy vaps; they won't have an htinfo ie to update Affected files ... .. //depot/projects/vap/sys/net80211/ieee80211_ht.c#40 edit Differences ... ==== //depot/projects/vap/sys/net80211/ieee80211_ht.c#40 (text+ko) ==== @@ -989,6 +989,8 @@ TAILQ_FOREACH(vap, &ic->ic_vaps, iv_next) { if (vap->iv_opmode != IEEE80211_M_HOSTAP) continue; + if (!IEEE80211_IS_CHAN_HT(vap->iv_bss->ni_chan)) + continue; if (first) { IEEE80211_NOTE(vap, IEEE80211_MSG_ASSOC | IEEE80211_MSG_11N,home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809031550.m83Fo2HV001517>
