]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: rtw89: disable txptctrl IMR to avoid flase alarm
authorChia-Yuan Li <leo.li@realtek.com>
Thu, 21 Mar 2024 02:56:03 +0000 (10:56 +0800)
committerPing-Ke Shih <pkshih@realtek.com>
Tue, 26 Mar 2024 01:21:49 +0000 (09:21 +0800)
The hardware command parser of txptctrl (TX protocol control) has overly
stringent timeout conditions, which results in false alarm. So disable it.

Signed-off-by: Chia-Yuan Li <leo.li@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://msgid.link/20240321025603.20614-1-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/reg.h

index 72e448e91b6fefe1feff4ced7a4f162eef2a4df5..ccf74d9f92245f82317a399781d5543e539fc1b4 100644 (file)
                                     B_AX_B0_IMR_ERR_USRCTL_NOINIT | \
                                     B_AX_B0_IMR_ERR_CMDPSR_1STCMDERR | \
                                     B_AX_B0_IMR_ERR_CMDPSR_CMDTYPE | \
-                                    B_AX_B0_IMR_ERR_CMDPSR_FRZTO | \
                                     B_AX_B0_IMR_ERR_CMDPSR_TBLSZ | \
                                     B_AX_B0_IMR_ERR_MPDUINFO_RECFG | \
                                     B_AX_B0_IMR_ERR_MPDUIF_DATAERR | \