]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
wifi: cfg80211: Fix 6GHz scan configuration
authorIlan Peer <ilan.peer@intel.com>
Mon, 18 Sep 2023 11:10:54 +0000 (14:10 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Oct 2023 10:03:10 +0000 (12:03 +0200)
commitdbbb6090c9b2619efc617d1a5648b8fb3641e593
tree58e768ce2f0a85d0f4167a9b9f7754cbc98a467f
parenta55d53ad5c86aee3f6da50ee73626008997673fa
wifi: cfg80211: Fix 6GHz scan configuration

[ Upstream commit 0914468adf92296c4cba8a2134e06e3dea150f2e ]

When the scan request includes a non broadcast BSSID, when adding the
scan parameters for 6GHz collocated scanning, do not include entries
that do not match the given BSSID.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Link: https://lore.kernel.org/r/20230918140607.6d31d2a96baf.I6c4e3e3075d1d1878ee41f45190fdc6b86f18708@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/wireless/scan.c