]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcede852d4c2499feffed2aa8af6723f19004f2e0
tree9aefd55d0b1205879119e9ed443c6847968017a3
parent9d49e40987724033c9159ec420c92e58d8bfa202
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: b397b5577905 ("cfg80211: Parsing of Multiple BSSID information in scanning")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/scan.c