mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 12:52:29 -04:00
wifi: rtw89: wow: extend timeout unit to avoid SER false alarm
With original timeout unit, it might trigger SER false alarm causing WiFi card lost. Extend timeout unit to avoid wrong SER. Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Link: https://patch.msgid.link/20260717061910.54466-7-pkshih@realtek.com
This commit is contained in:
@@ -1022,7 +1022,7 @@
|
||||
#define B_BE_PL1_IGNORE_HOT_RST BIT(30)
|
||||
#define B_BE_PL1_TIMER_UNIT_MASK GENMASK(19, 17)
|
||||
#define PCIE_SER_TIMER_UNIT 0x2
|
||||
#define PCIE_SER_WOW_TIMER_UNIT 0x4
|
||||
#define PCIE_SER_WOW_TIMER_UNIT 0x7
|
||||
#define B_BE_PL1_TIMER_CLEAR BIT(0)
|
||||
|
||||
#define R_BE_REG_PL1_MASK 0x34B0
|
||||
|
||||
Reference in New Issue
Block a user