]> git.ipfire.org Git - people/arne_f/kernel.git/commit
mac80211: fix the beacon csa counter for mesh and ibss
authorChun-Yeow Yeoh <yeohchunyeow@gmail.com>
Tue, 9 Jun 2015 05:35:33 +0000 (13:35 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Aug 2015 16:29:15 +0000 (09:29 -0700)
commit80879086fee9a4bb608689d3e0dc2ddb184aa48b
tree912824267b7cd9db42d03dfeac535a3d37a39f95
parentae41bfc68161ea5d280091ccb9593e9f68d5db44
mac80211: fix the beacon csa counter for mesh and ibss

commit 8df734e865b74d9f273216482a45a38269dc767a upstream.

The csa counter has moved from sdata to beacon/presp but
it is not updated accordingly for mesh and ibss. Fix this.

Fixes: af296bdb8da4 ("mac80211: move csa counters from sdata to beacon/presp")
Signed-off-by: Chun-Yeow Yeoh <yeohchunyeow@gmail.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/mac80211/cfg.c
net/mac80211/ibss.c
net/mac80211/mesh.c