]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
wifi: rtw89: add H2C command to protect TX/RX for unused PHY
authorKuan-Chung Chen <damon.chen@realtek.com>
Fri, 13 Feb 2026 06:15:48 +0000 (14:15 +0800)
committerPing-Ke Shih <pkshih@realtek.com>
Tue, 3 Mar 2026 02:36:20 +0000 (10:36 +0800)
commit79b3702bbc02bc6e65e89195d761caae51fa20c8
treeba7464810ea8133994b2fa64edee2f05da8c6a7a
parent6b4fe140874b9e8a1765fda9e9b11b55b79de64e
wifi: rtw89: add H2C command to protect TX/RX for unused PHY

For BE chips, the unused PHY should pause transmissions and receptions.
This ensures that no unexpected packets are routed to an inactive PHY,
which could otherwise trigger SER L0 and lead to TX hang.

Signed-off-by: Kuan-Chung Chen <damon.chen@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20260213061552.29997-9-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/fw.c
drivers/net/wireless/realtek/rtw89/fw.h
drivers/net/wireless/realtek/rtw89/mac.c
drivers/net/wireless/realtek/rtw89/mac80211.c
drivers/net/wireless/realtek/rtw89/ps.c