wifi: mac80211: accept broadcast probe responses on 6 GHz
authorJohannes Berg <johannes.berg@intel.com>
Mon, 29 Jan 2024 19:09:07 +0000 (20:09 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 2 Feb 2024 12:11:59 +0000 (13:11 +0100)
commit62a6183c13319e4d2227473a04abd104c4f56dcf
treeeec221120594ce2b6a21d0dbb211fdd66bd25940
parentc042600c17d8c490279f0ae2baee29475fe8047d
wifi: mac80211: accept broadcast probe responses on 6 GHz

On the 6 GHz band, probe responses are sent as broadcast to
optimise medium usage. However, without OCE configuration
we weren't accepting them, which is wrong, even if wpa_s is
by default enabling OCE. Accept them without the OCE config
as well.

Link: https://msgid.link/20240129200907.5a89c2821897.I92e9dfa0f9b350bc7f37dd4bb38031d156d78d8a@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/scan.c