diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2023-04-24 19:42:04 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2023-05-16 19:15:01 +0200 |
commit | 13ad2b1eeacd48ec0f31f55964e6dc7dfc2c0299 (patch) | |
tree | ab36419bd325fe82d51d15c4f26e5da34b67a816 /drivers/net/wireless/intel | |
parent | wifi: mac80211: fortify the spinlock against deadlock by interrupt (diff) | |
download | linux-13ad2b1eeacd48ec0f31f55964e6dc7dfc2c0299.tar.xz linux-13ad2b1eeacd48ec0f31f55964e6dc7dfc2c0299.zip |
wifi: mac80211: Fix puncturing bitmap handling in __ieee80211_csa_finalize()
'changed' can be OR'ed with BSS_CHANGED_EHT_PUNCTURING which is larger than
an u32.
So, turn 'changed' into an u64 and update ieee80211_set_after_csa_beacon()
accordingly.
In the commit in Fixes, only ieee80211_start_ap() was updated.
Fixes: 2cc25e4b2a04 ("wifi: mac80211: configure puncturing bitmap")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Link: https://lore.kernel.org/r/e84a3f80fe536787f7a2c7180507efc36cd14f95.1682358088.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/net/wireless/intel')
0 files changed, 0 insertions, 0 deletions