diff options
author | Jérôme Pouiller <jerome.pouiller@silabs.com> | 2023-10-04 19:28:41 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@kernel.org> | 2023-10-09 09:53:07 +0300 |
commit | 04106ec5bb025f275d0e18553c253adf12a0cc8a (patch) | |
tree | 30f3f99662e2a1713d8c54dd342c9d9ab1e98d91 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | f091bcb62dc6d38ba7c024f083b78e3907a4f079 (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 <jerome.pouiller@silabs.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20231004172843.195332-7-jerome.pouiller@silabs.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions