mac80211: consider more elements in parsing CRC
authorJohannes Berg <johannes.berg@intel.com>
Fri, 31 Jan 2020 11:12:58 +0000 (13:12 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 7 Feb 2020 10:44:02 +0000 (11:44 +0100)
commita04564c99bb4a92f805a58e56b2d22cc4978f152
tree80c35e8b6efbce70315083a43da477c60d901c39
parent2bf973ff9b9aeceb8acda629ae65341820d4b35b
mac80211: consider more elements in parsing CRC

We only use the parsing CRC for checking if a beacon changed,
and elements with an ID > 63 cannot be represented in the
filter. Thus, like we did before with WMM and Cisco vendor
elements, just statically add these forgotten items to the
CRC:
 - WLAN_EID_VHT_OPERATION
 - WLAN_EID_OPMODE_NOTIF

I guess that in most cases when VHT/HE operation change, the HT
operation also changed, and so the change was picked up, but we
did notice that pure operating mode notification changes were
ignored.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/20200131111300.891737-22-luca@coelho.fi
[restrict to VHT for the mac80211 branch]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/util.c