iwlwifi: mvm: fix access to BSS elements
authorJohannes Berg <johannes.berg@intel.com>
Thu, 5 Aug 2021 10:19:31 +0000 (13:19 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 18 Sep 2021 11:40:33 +0000 (13:40 +0200)
commit4ed6510e0559510ac967b42eb019c0753e435c43
treec273a2c5945705b8c710201b2eb5907bfc06b270
parent9e80a3d88f4dfccd3371a91cdd778f79f738a029
iwlwifi: mvm: fix access to BSS elements

[ Upstream commit 6c608cd6962ebdf84fd3de6d42f88ed64d2f4e1b ]

BSS elements are protected using RCU, so we need to use
RCU properly to access them, fix that.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20210805130823.fd8b5791ab44.Iba26800a6301078d3782fb249c476dd8ac2bf3c6@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c