]> git.ipfire.org Git - thirdparty/linux.git/commit
wifi: rtw89: Lower the timeout in rtw89_fw_read_c2h_reg() for USB
authorBitterblue Smith <rtl8821cerfe2@gmail.com>
Tue, 15 Jul 2025 19:44:47 +0000 (22:44 +0300)
committerPing-Ke Shih <pkshih@realtek.com>
Fri, 18 Jul 2025 06:21:29 +0000 (14:21 +0800)
commit671be46afd1f03de9dc6e4679c88e1a7a81cdff6
treeba4fa1be59517c2142e9b959f95771c77f5445c8
parent8b4a0277388137ac31728ee69d9e388a0fa52287
wifi: rtw89: Lower the timeout in rtw89_fw_read_c2h_reg() for USB

This read_poll_timeout_atomic() with a delay of 1 µs and a timeout of
1000000 µs can take ~250 seconds in the worst case because sending a
USB control message takes ~250 µs.

Lower the timeout to 4000 for USB in order to reduce the maximum polling
time to ~1 second.

This problem was observed with RTL8851BU while suspending to RAM with
WOWLAN enabled. The computer sat for 4 minutes with a black screen
before suspending.

Signed-off-by: Bitterblue Smith <rtl8821cerfe2@gmail.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/09313da6-c865-4e91-b758-4cb38a878796@gmail.com
drivers/net/wireless/realtek/rtw89/fw.c
drivers/net/wireless/realtek/rtw89/fw.h