Re: [PATCH] mac80211: fix the beacon csa counter for mesh and ibss

2015-06-09 Thread Johannes Berg
On Tue, 2015-06-09 at 13:35 +0800, Chun-Yeow Yeoh wrote: > The csa counter has moved from sdata to beacon/presp but > it is not updated accordingly for mesh and ibss. Fix this. > > This regression is introduced by the following patch: > mac80211: move csa counters from sdata to beacon/presp Appli

[PATCH] mac80211: fix the beacon csa counter for mesh and ibss

2015-06-08 Thread Chun-Yeow Yeoh
The csa counter has moved from sdata to beacon/presp but it is not updated accordingly for mesh and ibss. Fix this. This regression is introduced by the following patch: mac80211: move csa counters from sdata to beacon/presp Signed-off-by: Chun-Yeow Yeoh --- net/mac80211/cfg.c | 1 + net/mac80