From: Luca Coelho <luciano.coelho@xxxxxxxxx> Hi, Some patches with mac80211 and cfg80211 changes from our internal tree. Please review, though you have already reviewed most if not all of them ;) Cheers, Luca. Gregory Greenman (1): mac80211: add api to set CSA counter in mac80211 Haim Dreyfuss (1): nl80211: Add wmm rule attribute to NL80211_CMD_GET_WIPHY dump command. Ilan Peer (2): mac80211: Adjust SAE authentication timeout mac80211: Support adding duration for prepare_tx() callback Johannes Berg (4): mac80211: rename rtap_vendor_space to rtap_space mac80211: clean up rate info bandwidth setting mac80211: ethtool: memset the whole sinfo struct to 0 mac80211: remove pointless flags=0 assignment Sara Sharon (1): mac80211: use timeout from the AddBA response instead of the request drivers/net/wireless/ath/ath9k/main.c | 3 +- .../net/wireless/intel/iwlwifi/mvm/mac80211.c | 6 +- include/net/mac80211.h | 18 +++++- include/uapi/linux/nl80211.h | 28 +++++++++ net/mac80211/agg-tx.c | 4 ++ net/mac80211/driver-ops.h | 8 ++- net/mac80211/ethtool.c | 5 +- net/mac80211/mlme.c | 42 +++++++++----- net/mac80211/rx.c | 40 +++++++------ net/mac80211/sta_info.c | 2 +- net/mac80211/trace.h | 25 +++++++- net/mac80211/tx.c | 28 ++++++++- net/mac80211/util.c | 6 +- net/wireless/nl80211.c | 57 +++++++++++++++++-- 14 files changed, 217 insertions(+), 55 deletions(-) -- 2.17.0