Hi, This patch series addresses two issues in queue management: during CSA and during resume failure. Emmanuel Grumbach (2): wifi: mac80211: wake the queues in case of failure in resume wifi: mac80211: fix a queue stall in certain cases of CSA .../net/wireless/intel/iwlwifi/mvm/mac-ctxt.c | 2 +- include/net/mac80211.h | 4 +- net/mac80211/cfg.c | 3 +- net/mac80211/ieee80211_i.h | 49 +++++++++++++++---- net/mac80211/iface.c | 12 ++--- net/mac80211/mlme.c | 2 - net/mac80211/util.c | 26 +++------- 7 files changed, 53 insertions(+), 45 deletions(-) -- 2.34.1