mac80211: support S1G association
The changes required for associating in S1G are: - apply S1G BSS channel info before assoc - mark all S1G STAs as QoS STAs - include and parse AID request element - handle new Association Response format - don't fail assoc if supported rates element is missing Signed-off-by: Thomas Pedersen <thomas@adapt-ip.com> Link: https://lore.kernel.org/r/20200922022818.15855-15-thomas@adapt-ip.com [pass skb to ieee80211_add_aid_request_ie(), remove unused variable 'bss'] Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:

committed by
Johannes Berg

parent
09a740ce35
commit
1d00ce807e
@@ -1037,7 +1037,8 @@ static void ieee80211_update_sta_info(struct ieee80211_sub_if_data *sdata,
|
||||
}
|
||||
|
||||
if (sta && !sta->sta.wme &&
|
||||
elems->wmm_info && local->hw.queues >= IEEE80211_NUM_ACS) {
|
||||
(elems->wmm_info || elems->s1g_capab) &&
|
||||
local->hw.queues >= IEEE80211_NUM_ACS) {
|
||||
sta->sta.wme = true;
|
||||
ieee80211_check_fast_xmit(sta);
|
||||
}
|
||||
|
Reference in New Issue
Block a user