don't propagate ht bss occupancy changes to legacy vaps;

they won't have an htinfo ie to update
This commit is contained in:
Sam Leffler 2008-09-21 23:32:48 +00:00
parent c4fe3956fa
commit bd985970b6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=183253

View file

@ -990,6 +990,9 @@ htinfo_notify(struct ieee80211com *ic)
TAILQ_FOREACH(vap, &ic->ic_vaps, iv_next) {
if (vap->iv_opmode != IEEE80211_M_HOSTAP)
continue;
if (vap->iv_state != IEEE80211_S_RUN ||
!IEEE80211_IS_CHAN_HT(vap->iv_bss->ni_chan))
continue;
if (first) {
IEEE80211_NOTE(vap,
IEEE80211_MSG_ASSOC | IEEE80211_MSG_11N,