diff options
author | Sascha Hauer <[email protected]> | 2022-12-02 09:12:18 +0100 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2022-12-08 16:48:41 +0200 |
commit | 8647f7f0b9080bc2d2f6e02524782f2f02f159bc (patch) | |
tree | 5029e8cf7b3dd579019336f2a69ad4f55858936c /lib/mpi/mpi-sub-ui.c | |
parent | 1e2701f4079a7906ff3fb43a315925d303e289d8 (diff) |
wifi: rtw88: Drop coex mutex
coex->mutex is used in rtw_coex_info_request() only. Most callers of this
function hold rtwdev->mutex already, except for one callsite in the
debugfs code. The debugfs code alone doesn't justify the extra lock, so
acquire rtwdev->mutex there as well and drop the now unnecessary
spinlock.
Signed-off-by: Sascha Hauer <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'lib/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions