]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
rtw89: 8852a: correct bit definition of dfs_en
authorChung-Hsuan Hung <hsuan8331@realtek.com>
Tue, 21 Dec 2021 02:48:00 +0000 (10:48 +0800)
committerKalle Valo <kvalo@kernel.org>
Wed, 22 Dec 2021 17:49:27 +0000 (19:49 +0200)
Since there are other protections in the set channel flow, fortunately old
wrong setting won't affect the performance.

Signed-off-by: Chung-Hsuan Hung <hsuan8331@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20211221024800.23814-1-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/reg.h

index b6049009f183b06910807c5ac97de85f30dfa13a..e0a416d37d0e89e8042461de978f6c6e709a97eb 100644 (file)
 #define R_RSTB_WATCH_DOG 0x000C
 #define B_P0_RSTB_WATCH_DOG BIT(0)
 #define B_P1_RSTB_WATCH_DOG BIT(1)
-#define B_UPD_P0_EN BIT(30)
+#define B_UPD_P0_EN BIT(31)
 #define R_ANAPAR_PW15 0x030C
 #define B_ANAPAR_PW15 GENMASK(31, 24)
 #define B_ANAPAR_PW15_H GENMASK(27, 24)