Hi, This is the final change for multi-interface CSA. It depends on my patchset for multi-interface CSA in cfg80211 and mac80211 CSA fixes. linux and hostap trees can be found at: https://github.com/kazikcz/linux/tree/multi-interface-csa-review-2014-01-20-1 https://github.com/kazikcz/hostap/tree/multi-interface-csa-review-2014-01-20-1 Changes since RFC: * rebase against mac80211-next and adjust * update backup beacon pointers (thanks Eliad!) * advertise multi-interface CSA via wiphy flag * actually check chanctx->refcount when validating channel switch Michal Kazior (2): ath9k: prepare for multi-interface CSA support mac80211: implement multi-interface CSA drivers/net/wireless/ath/ath9k/ath9k.h | 4 +- drivers/net/wireless/ath/ath9k/beacon.c | 29 ++- drivers/net/wireless/ath/ath9k/main.c | 12 +- drivers/net/wireless/ath/ath9k/xmit.c | 2 +- net/mac80211/cfg.c | 376 +++++++++++++++++++++++++++----- net/mac80211/chan.c | 117 +++++++--- net/mac80211/ibss.c | 2 +- net/mac80211/ieee80211_i.h | 23 +- net/mac80211/iface.c | 5 +- net/mac80211/main.c | 6 + net/mac80211/mesh.c | 2 +- net/mac80211/mlme.c | 9 +- net/mac80211/tx.c | 15 +- 13 files changed, 477 insertions(+), 125 deletions(-) -- 1.8.4.rc3 -- 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