Hi, I was seeing strange WARN_ON splat loops and crashes while I was testing my multi-vif CSA. CSA counters weren't properly reset and on some failpaths this caused a mess. There were also possible SMP inconsitencies/races. v2: * dropped the atomic counter patch * fix patch 1 v3: * change sizeof(*x) -> sizeof(x[0]) [Johannes] * rebase to 1238bbdc6c2cee366eea5ce5d56170b7fdd6ffd7 Michal Kazior (2): mac80211: move csa counters from sdata to beacon/presp mac80211: use csa counter offsets instead of csa_active net/mac80211/cfg.c | 67 ++++++++++++++++++--------- net/mac80211/ibss.c | 2 +- net/mac80211/ieee80211_i.h | 16 +++++-- net/mac80211/mesh.c | 2 +- net/mac80211/tx.c | 113 +++++++++++++++++++++++++-------------------- 5 files changed, 122 insertions(+), 78 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