[net80211] missed commit from last one - always cleanup superg state.
This commit is contained in:
parent
1c7b0c8456
commit
0e6cbef2d4
@ -2078,8 +2078,8 @@ hostap_recv_mgmt(struct ieee80211_node *ni, struct mbuf *m0,
|
||||
} else if (ni->ni_flags & IEEE80211_NODE_HT)
|
||||
ieee80211_ht_node_cleanup(ni);
|
||||
#ifdef IEEE80211_SUPPORT_SUPERG
|
||||
else if (ni->ni_ath_flags & IEEE80211_NODE_ATH)
|
||||
ieee80211_ff_node_cleanup(ni);
|
||||
/* Always do ff node cleanup; for A-MSDU */
|
||||
ieee80211_ff_node_cleanup(ni);
|
||||
#endif
|
||||
/*
|
||||
* Allow AMPDU operation only with unencrypted traffic
|
||||
@ -2097,6 +2097,10 @@ hostap_recv_mgmt(struct ieee80211_node *ni, struct mbuf *m0,
|
||||
"capinfo 0x%x ucastcipher %d", capinfo,
|
||||
rsnparms.rsn_ucastcipher);
|
||||
ieee80211_ht_node_cleanup(ni);
|
||||
#ifdef IEEE80211_SUPPORT_SUPERG
|
||||
/* Always do ff node cleanup; for A-MSDU */
|
||||
ieee80211_ff_node_cleanup(ni);
|
||||
#endif
|
||||
vap->iv_stats.is_ht_assoc_downgrade++;
|
||||
}
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user