]> git.itanic.dy.fi Git - linux-stable/commit
wifi: cfg80211: Drop entries with invalid BSSIDs in RNR
authorIlan Peer <ilan.peer@intel.com>
Mon, 24 Apr 2023 07:32:24 +0000 (10:32 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 16 May 2023 17:09:50 +0000 (10:09 -0700)
commit1b6b4ed01493b7ea2205ab83c49198f7d13ca9d2
tree74afae3775f4cb57fe9e0a250b7a6f9c3e9e4ea3
parent20429444e653ee8242dfbf815c0c37866beb371b
wifi: cfg80211: Drop entries with invalid BSSIDs in RNR

Ignore AP information for entries that include an invalid
BSSID in the TBTT information field, e.g., all zeros BSSIDs.

Fixes: c8cb5b854b40 ("nl80211/cfg80211: support 6 GHz scanning")
Signed-off-by: Ilan Peer <ilan.peer@intel.com>
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Link: https://lore.kernel.org/r/20230424103224.5e65d04d1448.Ic10c8577ae4a85272c407106c9d0a2ecb5372743@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/scan.c