forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/drivers/net/wireless/ath/ath9k/ar9003_phy.h
....@@ -720,7 +720,7 @@
720720 #define AR_CH0_TOP2 (AR_SREV_9300(ah) ? 0x1628c : \
721721 (AR_SREV_9462(ah) ? 0x16290 : 0x16284))
722722 #define AR_CH0_TOP2_XPABIASLVL (AR_SREV_9561(ah) ? 0x1e00 : 0xf000)
723
-#define AR_CH0_TOP2_XPABIASLVL_S 12
723
+#define AR_CH0_TOP2_XPABIASLVL_S (AR_SREV_9561(ah) ? 9 : 12)
724724
725725 #define AR_CH0_XTAL (AR_SREV_9300(ah) ? 0x16294 : \
726726 ((AR_SREV_9462(ah) || AR_SREV_9565(ah)) ? 0x16298 : \