]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
cfg80211: don't add non transmitted BSS to 6GHz scanned channels
authorAvraham Stern <avraham.stern@intel.com>
Wed, 2 Feb 2022 08:49:37 +0000 (10:49 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Apr 2022 19:00:56 +0000 (21:00 +0200)
commit26a1e4739e442da11607f0a757cb22a653e595ec
tree4b31f7a1fb2f77d0d95c7bca2e9421c8af99110d
parent9a56e2b271bc65116d1e44454b244b18d289a26b
cfg80211: don't add non transmitted BSS to 6GHz scanned channels

[ Upstream commit 5666ee154f4696c011dfa8544aaf5591b6b87515 ]

When adding 6GHz channels to scan request based on reported
co-located APs, don't add channels that have only APs with
"non-transmitted" BSSes if they only match the wildcard SSID since
they will be found by probing the "transmitted" BSS.

Signed-off-by: Avraham Stern <avraham.stern@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20220202104617.f6ddf099f934.I231e55885d3644f292d00dfe0f42653269f2559e@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/wireless/scan.c