public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wifi: rtw89: disable txptctrl IMR to avoid flase alarm
@ 2024-03-21  2:56 Ping-Ke Shih
  2024-03-21  5:12 ` Kalle Valo
  2024-03-26  1:29 ` Ping-Ke Shih
  0 siblings, 2 replies; 8+ messages in thread
From: Ping-Ke Shih @ 2024-03-21  2:56 UTC (permalink / raw)
  To: kvalo; +Cc: leo.li, linux-wireless

From: Chia-Yuan Li <leo.li@realtek.com>

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>
---
 drivers/net/wireless/realtek/rtw89/reg.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/wireless/realtek/rtw89/reg.h b/drivers/net/wireless/realtek/rtw89/reg.h
index 72e448e91b6f..ccf74d9f9224 100644
--- a/drivers/net/wireless/realtek/rtw89/reg.h
+++ b/drivers/net/wireless/realtek/rtw89/reg.h
@@ -1891,7 +1891,6 @@
 				     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 | \
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-03-26  1:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-21  2:56 [PATCH] wifi: rtw89: disable txptctrl IMR to avoid flase alarm Ping-Ke Shih
2024-03-21  5:12 ` Kalle Valo
2024-03-21  5:33   ` Ping-Ke Shih
2024-03-21  6:01     ` Kalle Valo
2024-03-21  6:06       ` Ping-Ke Shih
2024-03-21  6:18         ` Kalle Valo
2024-03-21  6:21           ` Ping-Ke Shih
2024-03-26  1:29 ` Ping-Ke Shih

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox