clear IEEE80211_F_WMEUPDATE when building the initial beacon frame so we
don't do an update on the first beacon
This commit is contained in:
parent
cd72d42171
commit
338e30c71a
@ -1398,6 +1398,7 @@ ieee80211_beacon_alloc(struct ieee80211com *ic, struct ieee80211_node *ni,
|
||||
if (ic->ic_flags & IEEE80211_F_WME) {
|
||||
bo->bo_wme = frm;
|
||||
frm = ieee80211_add_wme_param(frm, &ic->ic_wme);
|
||||
ic->ic_flags &= ~IEEE80211_F_WMEUPDATE;
|
||||
}
|
||||
if (ic->ic_flags & IEEE80211_F_WPA)
|
||||
frm = ieee80211_add_wpa(frm, ic);
|
||||
|
Loading…
Reference in New Issue
Block a user