Skip to content

Commit ef14507

Browse files
author
Narpat Mali
committed
wifi: rtw89: 8852b: fix definition of KIP register number
JIRA: https://issues.redhat.com/browse/RHEL-35542 commit 2f35712 Author: Kuan-Chung Chen <[email protected]> Date: Fri Jun 21 20:36:17 2024 +0800 wifi: rtw89: 8852b: fix definition of KIP register number An incorrect definition caused DPK to fail to backup and restore a set of KIP registers. Fixing this will improve RX throughput from 902 to 997 Mbps. Fixes: 5b8471a ("wifi: rtw89: 8852b: rfk: add DPK") Signed-off-by: Kuan-Chung Chen <[email protected]> Signed-off-by: Ping-Ke Shih <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Narpat Mali <[email protected]>
1 parent 4340e8f commit ef14507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/wireless/realtek/rtw89/rtw8852b_rfk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#define RTW8852B_RF_REL_VERSION 34
2121
#define RTW8852B_DPK_VER 0x0d
2222
#define RTW8852B_DPK_RF_PATH 2
23-
#define RTW8852B_DPK_KIP_REG_NUM 2
23+
#define RTW8852B_DPK_KIP_REG_NUM 3
2424

2525
#define _TSSI_DE_MASK GENMASK(21, 12)
2626
#define ADDC_T_AVG 100

0 commit comments

Comments
 (0)