aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/compaction-times.py
diff options
context:
space:
mode:
authorJérôme Pouiller <[email protected]>2023-10-04 19:28:41 +0200
committerKalle Valo <[email protected]>2023-10-09 09:53:07 +0300
commit04106ec5bb025f275d0e18553c253adf12a0cc8a (patch)
tree30f3f99662e2a1713d8c54dd342c9d9ab1e98d91 /tools/perf/scripts/python/compaction-times.py
parentf091bcb62dc6d38ba7c024f083b78e3907a4f079 (diff)
wifi: wfx: scan_lock is global to the device
Currently, one scan_lock is associated to each vif. However, concurrent scan on vifs is explicitly prohibited by the device. Currently, scan_lock is associated with a vif but it is always locked with conf_mutex (there is a case where conf_mutex is not associated to scan_lock but scan_lock is tested on all interfaces). So concurrent scan on vifs cannot happen. So, this patch relocate scan_lock to the device and simplify the code. Signed-off-by: Jérôme Pouiller <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/compaction-times.py')
0 files changed, 0 insertions, 0 deletions