diff mbox series

[rtw-next,1/6] wifi: rtw89: 8852c: increase beacon loss to 6 seconds

Message ID 20250606020302.16873-2-pkshih@realtek.com
State New
Headers show
Series wifi: rtw89: update firmware features/commands/events | expand

Commit Message

Ping-Ke Shih June 6, 2025, 2:02 a.m. UTC
From: Kuan-Chung Chen <damon.chen@realtek.com>

Intermittent beacon loss from a specific AP causes the connection
to be lost. Increasing the beacon loss count can make the
connection more stable.

Signed-off-by: Kuan-Chung Chen <damon.chen@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
---
 drivers/net/wireless/realtek/rtw89/fw.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Ping-Ke Shih June 10, 2025, 2:18 a.m. UTC | #1
Ping-Ke Shih <pkshih@realtek.com> wrote:

> From: Kuan-Chung Chen <damon.chen@realtek.com>
> 
> Intermittent beacon loss from a specific AP causes the connection
> to be lost. Increasing the beacon loss count can make the
> connection more stable.
> 
> Signed-off-by: Kuan-Chung Chen <damon.chen@realtek.com>
> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>

6 patch(es) applied to rtw-next branch of rtw.git, thanks.

4bcef86b1331 wifi: rtw89: 8852c: increase beacon loss to 6 seconds
29dc4c560219 wifi: rtw89: fw: add RFE type to RF TSSI H2C command
b9b8828fdf8c wifi: rtw89: rfk: support IQK firmware command v1
b0efb82651af wifi: rtw89: mac: add dummy handler of MAC C2H event class 27
d310eaf4ad51 wifi: rtw89: add chip_ops::chan_to_rf18_val to get code of RF register value
389e578dd280 wifi: rtw89: 8922a: pass channel information when enter LPS

---
https://github.com/pkshih/rtw.git
diff mbox series

Patch

diff --git a/drivers/net/wireless/realtek/rtw89/fw.c b/drivers/net/wireless/realtek/rtw89/fw.c
index 00b65b2995cf..36147040c35b 100644
--- a/drivers/net/wireless/realtek/rtw89/fw.c
+++ b/drivers/net/wireless/realtek/rtw89/fw.c
@@ -838,6 +838,7 @@  static const struct __fw_feat_cfg fw_feat_tbl[] = {
 	__CFG_FW_FEAT(RTL8852C, ge, 0, 27, 40, 0, CRASH_TRIGGER),
 	__CFG_FW_FEAT(RTL8852C, ge, 0, 27, 56, 10, BEACON_FILTER),
 	__CFG_FW_FEAT(RTL8852C, ge, 0, 27, 80, 0, WOW_REASON_V1),
+	__CFG_FW_FEAT(RTL8852C, ge, 0, 27, 128, 0, BEACON_LOSS_COUNT_V1),
 	__CFG_FW_FEAT(RTL8922A, ge, 0, 34, 30, 0, CRASH_TRIGGER),
 	__CFG_FW_FEAT(RTL8922A, ge, 0, 34, 11, 0, MACID_PAUSE_SLEEP),
 	__CFG_FW_FEAT(RTL8922A, ge, 0, 34, 35, 0, SCAN_OFFLOAD),