wifi: cfg80211: update hidden BSSes to avoid WARN_ON
authorJohannes Berg <johannes.berg@intel.com>
Wed, 5 Oct 2022 21:11:43 +0000 (23:11 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 10 Oct 2022 07:51:34 +0000 (09:51 +0200)
commitc90b93b5b782891ebfda49d4e5da36632fefd5d1
tree9aefd55d0b1205879119e9ed443c6847968017a3
parentb2d03cabe2b2e150ff5a381731ea0355459be09f
wifi: cfg80211: update hidden BSSes to avoid WARN_ON

When updating beacon elements in a non-transmitted BSS,
also update the hidden sub-entries to the same beacon
elements, so that a future update through other paths
won't trigger a WARN_ON().

The warning is triggered because the beacon elements in
the hidden BSSes that are children of the BSS should
always be the same as in the parent.

Reported-by: Sönke Huster <shuster@seemoo.tu-darmstadt.de>
Tested-by: Sönke Huster <shuster@seemoo.tu-darmstadt.de>
Fixes: 0b8fb8235be8 ("cfg80211: Parsing of Multiple BSSID information in scanning")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/scan.c