mac80211: fix return value of ieee80211_chandef_he_6ghz_oper
authorWen Gong <wgong@codeaurora.org>
Mon, 23 Nov 2020 08:45:52 +0000 (16:45 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 4 Dec 2020 11:35:58 +0000 (12:35 +0100)
commit8fca2b8706f39f86312c086229e0cb364f8b4f97
tree86748ce9b8337d2f219ec7e4729421657310cbe4
parentbbe2ba04c5a92a49db8a42c850a5a2f6481e47eb
mac80211: fix return value of ieee80211_chandef_he_6ghz_oper

ieee80211_chandef_he_6ghz_oper() needs to return true if it
determined a value 6 GHz chandef, fix that.

Fixes: 1d00ce807efa ("mac80211: support S1G association")
Signed-off-by: Wen Gong <wgong@codeaurora.org>
Link: https://lore.kernel.org/r/1606121152-3452-1-git-send-email-wgong@codeaurora.org
[rewrite commit message]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/util.c