]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mac80211: mesh: mark channel as unusable if a regulatory MESH CSA is received
authorBenjamin Berg <benjamin@sipsolutions.net>
Tue, 16 May 2017 09:23:10 +0000 (11:23 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 19 May 2017 11:25:52 +0000 (13:25 +0200)
commit5d55371b2193774979b90a3d09e8a2e0572a8162
tree9399680dfa0bc9aa9906716ead37caaedf7236d9
parent484a54c2e597dbc4ace79c1687022282905afba0
mac80211: mesh: mark channel as unusable if a regulatory MESH CSA is received

In the Mesh Channel Switch Parameters (8.4.2.105) the reason is specified
to WLAN_REASON_MESH_CHAN_REGULATORY in the case that a regulatory
limitation was the cause for the switch. This means another station
detected a radar event.

Mark the channel as unusable if this happens.

Signed-off-by: Benjamin Berg <benjamin@sipsolutions.net>
[sw: style cleanup, rebase]
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/ieee80211_i.h
net/mac80211/mesh.c
net/mac80211/spectmgmt.c