From: Luca Coelho <luciano.coelho@xxxxxxxxx> Hi, A bunch of patches with mac80211 and cfg80211 changes from our internal tree. Please review, though you have already reviewed most if not all of them ;) In v2 I replaced the Change-Ids with Message-Ids as it should be. Cheers, Luca. Andrei Otcheretianski (1): mac80211: Don't destroy auth data in case of anti-clogging Ilan Peer (4): cfg80211: Parse HE membership selector mac80211: Skip entries with HE membership selector mac80211: Fail association when AP has no legacy rates cfg80211: Do not warn on same channel at the end of CSA Johannes Berg (4): mac80211: implement Operating Mode Notification extended NSS support mac80211: minstrel_ht_assign_best_tp_rates: remove redundant test mac80211_hwsim: indicate in IBSS that we have transmitted beacons mac80211: drop data frames without key on encrypted links Mordechay Goodstein (2): mac80211: agg-tx: refactor sending addba mac80211: agg-tx: add an option to defer ADDBA transmit Shaul Triebitz (1): mac80211: add twt_protected flag to the bss_conf structure drivers/net/wireless/intel/iwlwifi/mvm/rs.c | 6 +- drivers/net/wireless/mac80211_hwsim.c | 6 ++ include/linux/ieee80211.h | 13 +++- include/net/cfg80211.h | 3 +- include/net/mac80211.h | 8 ++- net/mac80211/agg-tx.c | 79 +++++++++++++-------- net/mac80211/debugfs_sta.c | 3 +- net/mac80211/key.c | 20 +++--- net/mac80211/mlme.c | 33 +++++++-- net/mac80211/rc80211_minstrel_ht.c | 3 +- net/mac80211/sta_info.h | 3 + net/mac80211/tx.c | 12 +++- net/mac80211/vht.c | 10 ++- net/wireless/nl80211.c | 2 + net/wireless/scan.c | 6 +- net/wireless/util.c | 26 +++---- 16 files changed, 163 insertions(+), 70 deletions(-) -- 2.25.1