diff options
| author | Philipp Hortmann <[email protected]> | 2023-09-24 21:50:55 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2023-09-26 11:14:32 +0200 |
| commit | d17631c44dea13f7cd6bced705b5c8c8c0bf69c1 (patch) | |
| tree | 147faf52792dcfa1f7272686a2d961f3cf1657d0 /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | 1579c70661fa95d8ae6910fb80de431260552f46 (diff) | |
staging: rtl8192e: Remove mutex from rtllib_softmac_free()
The following commands use the mutex ieee->wx_mutex:
cancel_delayed_work_sync(&ieee->associate_retry_wq)
cancel_delayed_work_sync(&ieee->associate_procedure_wq)
cancel_work_sync(&ieee->wx_sync_scan_wq)
Therefore they cannot be canceled with ieee->wx_mutex locked. As the
work functions are executed time shifted during normal operation of the
driver, proper locking can only be done inside the functions.
Signed-off-by: Philipp Hortmann <[email protected]>
Link: https://lore.kernel.org/r/a5308876bd8fabcb5f8b25d14dbad2c1f68ce59f.1695582999.git.philipp.g.hortmann@gmail.com
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions