aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpi-sub-ui.c
diff options
context:
space:
mode:
authorSascha Hauer <[email protected]>2022-12-02 09:12:17 +0100
committerKalle Valo <[email protected]>2022-12-08 16:48:41 +0200
commit1e2701f4079a7906ff3fb43a315925d303e289d8 (patch)
treea80c02a849dbd5e128e000deb99fc271cbba172c /lib/mpi/mpi-sub-ui.c
parentd57ca103e54e2b3eea7e2603548c58bcc4155541 (diff)
wifi: rtw88: Drop h2c.lock
The h2c.lock spinlock is used in rtw_fw_send_h2c_command() and rtw_fw_send_h2c_packet(). Most callers call this with rtwdev->mutex held, except from one callsite in the debugfs code. The debugfs code alone doesn't justify the extra lock, so acquire rtwdev->mutex in debugfs 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