Hi, I've added a switch_vif_chanctx patch as discussed earlier and refactored the multi-vif reservations. I've merged that with my other multi-vif csa patches as to not post hundreds of patchsets separately. This is based on my csa counter fixes. Otherwise there are 2 or 3 conflicts. Michal Kazior (6): mac80211: introduce switch_vif_chanctx op mac80211: implement multi-vif in-place reservations mac80211: make check_combinations() aware of chanctx reservation mac80211: use chanctx reservation for AP CSA mac80211: use chanctx reservation for STA CSA cfg80211: remove channel_switch combination check include/net/mac80211.h | 36 +++- net/mac80211/cfg.c | 82 ++++++--- net/mac80211/chan.c | 407 ++++++++++++++++++++++++++++++--------------- net/mac80211/driver-ops.h | 36 ++++ net/mac80211/ieee80211_i.h | 9 +- net/mac80211/main.c | 2 + net/mac80211/mlme.c | 94 +++++++---- net/mac80211/trace.h | 111 +++++++++++++ net/mac80211/util.c | 39 ++++- net/wireless/nl80211.c | 11 -- 10 files changed, 602 insertions(+), 225 deletions(-) -- 1.8.5.3 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html