From: Luca Coelho <luciano.coelho@xxxxxxxxx> Hi, This is the mac80211+iwlwifi fix we talked about earlier. As I mentioned, the iwlwifi patch fixes a severe degradation of throughput in the 9000 device series, due to a BA-session getting stuck and the lack of future aggregation. The mac80211 patch adds a new callback that allows us to solve this problem. As agreed, I'm planning to apply this to my tree and send a pull-request containing both patches. Please review and let me know if there are any issues. Cheers, Luca. Naftali Goldstein (2): mac80211: add api to start ba session timer expired flow iwlwifi: mvm: send delba upon rx ba session timeout drivers/net/wireless/intel/iwlwifi/mvm/sta.c | 4 ++-- include/net/mac80211.h | 15 +++++++++++++++ net/mac80211/agg-rx.c | 22 +++++++++++++++++++++- 3 files changed, 38 insertions(+), 3 deletions(-) -- 2.13.2