mac80211: move csa counters from sdata to beacon/presp
Having csa counters part of beacon and probe_resp structures makes it easier to get rid of possible races between setting a beacon and updating counters on SMP systems by guaranteeing counters are always consistent against given beacon struct. While at it relax WARN_ON into WARN_ON_ONCE to prevent spamming logs and racing. Signed-off-by:Michal Kazior <michal.kazior@tieto.com> [remove pointless array check] Signed-off-by:
Johannes Berg <johannes.berg@intel.com>
Showing
- net/mac80211/cfg.c 44 additions, 23 deletionsnet/mac80211/cfg.c
- net/mac80211/ibss.c 1 addition, 1 deletionnet/mac80211/ibss.c
- net/mac80211/ieee80211_i.h 13 additions, 3 deletionsnet/mac80211/ieee80211_i.h
- net/mac80211/mesh.c 1 addition, 1 deletionnet/mac80211/mesh.c
- net/mac80211/tx.c 56 additions, 47 deletionsnet/mac80211/tx.c
Loading
Please register or sign in to comment