]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
wifi: cfg80211: remove chandef check in cfg80211_cac_event()
authorJohannes Berg <johannes.berg@intel.com>
Mon, 27 Jun 2022 10:49:03 +0000 (12:49 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Aug 2022 13:16:20 +0000 (15:16 +0200)
commit4c94e37453ea293ab3196bed6d2b1b0e733518f0
tree8bdaa47720979b3b9ddd3c21cf7664baa3820b31
parent07f8ea3000f302759c32496cbb81403f6db676ed
wifi: cfg80211: remove chandef check in cfg80211_cac_event()

commit d6f671c8a339d5b655acfacb8be6918c744fbabf upstream.

The current check only worked for AP mode, but we can do
radar detection in mesh as well (for example). We could
try to check this using wdev_chandef(), but we also don't
really care since the chandef is passed in and we have no
need to use it anymore (since we added the argument in
commit d2859df5e7f0 ("cfg80211/mac80211: DFS setup chandef
for cac event")).

Change-Id: I856e4344d5e64ff4d2eead0b4c53b11f264be9b8
Fixes: 7b0a0e3c3a88 ("wifi: cfg80211: do some rework towards MLO link APIs")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/wireless/mlme.c