mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
rtw89: 8852c: correct register definitions used by 8852c
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
This commit is contained in:
@@ -2605,7 +2605,6 @@
|
||||
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
|
||||
@@ -3667,7 +3666,7 @@
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user