mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
don't look at the wme ie in a beacon unless we negotiated use
This commit is contained in:
parent
c2722b8fcf
commit
3fd5a5aa93
1 changed files with 1 additions and 0 deletions
|
|
@ -1902,6 +1902,7 @@ ieee80211_recv_mgmt(struct ieee80211com *ic, struct mbuf *m0,
|
|||
/* XXX statistic */
|
||||
}
|
||||
if (wme != NULL &&
|
||||
(ni->ni_flags & IEEE80211_NODE_QOS) &&
|
||||
ieee80211_parse_wmeparams(ic, wme, wh) > 0)
|
||||
ieee80211_wme_updateparams(ic);
|
||||
if (tim != NULL) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue