wifi: rtw89: 8852c: correct set of IQK backup registers
authorPing-Ke Shih <pkshih@realtek.com>
Fri, 30 Sep 2022 13:33:17 +0000 (21:33 +0800)
committerKalle Valo <kvalo@kernel.org>
Wed, 5 Oct 2022 07:42:22 +0000 (10:42 +0300)
IQK can change the values of this register set, so need to backup and
restore the values. During we rewrite IQK, the policy is changed. Some
values are controlled and filled by IQK, and don't need to restore after
IQK. Therefore, remove this kind of registers from this array.

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20220930133318.6335-1-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/rtw8852c_rfk.c

index 006c2cf93111666abd567107fdce8238b6ace192..1e67a565a9e0c055d70a42c99e2f2d330066055f 100644 (file)
@@ -22,8 +22,7 @@ static const u32 _tssi_de_mcs_5m[RF_PATH_NUM_8852C] = {0x5828, 0x7828};
 static const u32 _tssi_de_mcs_10m[RF_PATH_NUM_8852C] = {0x5830, 0x7830};
 
 static const u32 rtw8852c_backup_bb_regs[] = {
-       0x813c, 0x8124, 0x8120, 0xc0d4, 0xc0d8, 0xc0e8, 0x823c, 0x8224, 0x8220,
-       0xc1d4, 0xc1d8, 0xc1e8
+       0x8120, 0xc0d4, 0xc0d8, 0xc0e8, 0x8220, 0xc1d4, 0xc1d8, 0xc1e8
 };
 
 static const u32 rtw8852c_backup_rf_regs[] = {