From: Luca Coelho <luciano.coelho@xxxxxxxxx> Hi Johannes, Here are a few patches for mac80211/cfg80211 from our internal tree. You're probably familiar with most of them, I'm just adding a cover letter to make it easier for you to reply "Applied all" (hopefully).:) Cheers, Luca. Emmanuel Grumbach (2): mac80211: allow the driver not to pass the tid to ieee80211_sta_uapsd_trigger mac80211: uapsd_queues is in QoS IE order Ilan Peer (1): cfg80211: Call rdev_disconnect() when connection is in progress Johannes Berg (3): wireless: radiotap: fix timestamp sampling position values mac80211: fix tid_agg_rx NULL dereference mac80211: improve RX aggregation data in debugfs Sara Sharon (1): mac80211: add a HW flag for supporting HW TX fragmentation drivers/net/wireless/ath/ath10k/mac.c | 1 + drivers/net/wireless/ti/wlcore/main.c | 1 + include/net/cfg80211.h | 10 ++++++---- include/net/ieee80211_radiotap.h | 4 ++-- include/net/mac80211.h | 17 ++++++++++++++--- net/mac80211/agg-rx.c | 8 ++------ net/mac80211/debugfs.c | 1 + net/mac80211/debugfs_sta.c | 9 +++++++-- net/mac80211/ieee80211_i.h | 2 ++ net/mac80211/main.c | 4 ++++ net/mac80211/mlme.c | 2 +- net/mac80211/rx.c | 6 ++++-- net/mac80211/sta_info.c | 13 ++++++++----- net/mac80211/sta_info.h | 4 ++-- net/mac80211/tx.c | 4 ++-- net/mac80211/util.c | 7 +++++++ net/mac80211/wpa.c | 2 +- net/wireless/sme.c | 2 +- 18 files changed, 66 insertions(+), 31 deletions(-) -- 2.9.3