]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
rtw89: 8852c: correct register definitions used by 8852c
authorPing-Ke Shih <pkshih@realtek.com>
Tue, 3 May 2022 11:59:59 +0000 (19:59 +0800)
committerKalle Valo <kvalo@kernel.org>
Wed, 4 May 2022 05:32:05 +0000 (08:32 +0300)
First one could affect SER because of false alarm event. Second one can
affect spur elimination.

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20220503120001.79272-7-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/reg.h

index dff7992659dceeb434a478e12375085c07d1a93d..5c4de043845b2772eaa5e30f34b516c44817cee6 100644 (file)
                              B_AX_TMAC_HWSIGB_GEN | \
                              B_AX_TMAC_RXTB | \
                              B_AX_TMAC_MIMO_CTRL | \
-                             B_AX_RMAC_CSI | \
                              B_AX_RMAC_FTM)
 
 #define R_AX_WMAC_TX_TF_INFO_0 0xCCD0
 #define R_DCFO 0x4264
 #define B_DCFO GENMASK(1, 0)
 #define R_SEG0CSI 0x42AC
-#define B_SEG0CSI_IDX GENMASK(10, 0)
+#define B_SEG0CSI_IDX GENMASK(11, 0)
 #define R_SEG0CSI_EN 0x42C4
 #define B_SEG0CSI_EN BIT(23)
 #define R_BSS_CLR_MAP 0x43ac