mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
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
2c21ffc8f5
commit
5aa17efa69
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue