summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorChad Monroe <chad@monroe.io>2026-07-24 12:48:13 +0000
committerFelix Fietkau <nbd@nbd.name>2026-08-01 14:49:42 +0000
commita3da1f2a3e798553397b94d4cd0c55065f27035c (patch)
treecb7c01b8d9f551eb8f9f5074cae81ebf00c245ba /tools/perf/scripts/python
parent4c3cf4a8b15090bfff518c09903bf7d3ff0ae110 (diff)
wifi: mt76: mt7996: hold dev->mutex in remove_interface teardown
mt7996_remove_interface() destroys the remaining vif links, clearing omac_mask, vif_mask and mld_idx_mask, with only the wiphy mutex held. Those masks are modified under dev->mutex everywhere else, so the unlocked clears can race the scan-link teardown and the reset work and lose updates. Take dev->mutex around the link destroy loop, matching mt7996_add_interface() and mt7915_remove_interface(). The mutex is released before mt76_vif_cleanup(), which aborts a pending scan and takes the mutex itself. Signed-off-by: Chad Monroe <chad@monroe.io> Link: https://patch.msgid.link/20260724124813.3961474-29-nbd@nbd.name Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions