]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
wifi: rtw89: replace RF mutex with wiphy lock assertion
authorZong-Zhe Yang <kevin_yang@realtek.com>
Tue, 10 Mar 2026 08:01:43 +0000 (16:01 +0800)
committerPing-Ke Shih <pkshih@realtek.com>
Mon, 16 Mar 2026 06:19:37 +0000 (14:19 +0800)
commit829b89c2b08ff376eb4c5edc66363ea09ba99138
treebbb128cb352da91437852ac1bf1c7b71195a596e
parent72dbc78594a19b78467d7a5ea67a0b557e505667
wifi: rtw89: replace RF mutex with wiphy lock assertion

Now, stack has introduced wiphy lock. And, the normal paths calling
RF read/write should be under wiphy lock. So, replace RF mutex with
wiphy lock assertion. Besides, in dbgfs paths, add the corresponding
lock option.

Signed-off-by: Zong-Zhe Yang <kevin_yang@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20260310080146.31113-11-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/core.c
drivers/net/wireless/realtek/rtw89/core.h
drivers/net/wireless/realtek/rtw89/debug.c