diff options
author | Benjamin Berg <benjamin.berg@intel.com> | 2023-06-08 16:36:02 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2023-06-09 14:30:32 +0300 |
commit | 15846f95ab01b71fdb1cef8df73680aad41edf70 (patch) | |
tree | dde4c327b289c5747419f3d476c4e8ed07a96034 /scripts/gdb/linux/utils.py | |
parent | 1ff56684fa8682bdfbbce4e12cf67ab23cb1db05 (diff) | |
download | linux-15846f95ab01b71fdb1cef8df73680aad41edf70.tar.xz |
wifi: mac80211: take lock before setting vif links
ieee80211_vif_set_links requires the sdata->local->mtx lock to be held.
Add the appropriate locking around the calls in both the link add and
remove handlers.
This causes a warning when e.g. ieee80211_link_release_channel is called
via ieee80211_link_stop from ieee80211_vif_update_links.
Fixes: 0d8c4a3c8688 ("wifi: mac80211: implement add/del interface link callbacks")
Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Link: https://lore.kernel.org/r/20230608163202.fa0c6597fdad.I83dd70359f6cda30f86df8418d929c2064cf4995@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions