Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 118c9db5 authored by Alex Hacker's avatar Alex Hacker Committed by John W. Linville
Browse files

ath9k: fix a misprint which leads to incorrect calibration



This patch addresses an issue with incorrect HW register
AR_PHY_TX_IQCAL_CORR_COEFF_B1 definition which leads to incorrect clibration.

Cc: stable@kernel.org
Signed-off-by: default avatarAlex Hacker <hacker@epn.ru>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent b8b1ec61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -850,7 +850,7 @@
#define AR_PHY_TPC_11_B1         (AR_SM1_BASE + 0x220)
#define AR_PHY_PDADC_TAB_1       (AR_SM1_BASE + 0x240)
#define AR_PHY_TX_IQCAL_STATUS_B1   (AR_SM1_BASE + 0x48c)
#define AR_PHY_TX_IQCAL_CORR_COEFF_B1(_i)    (AR_SM_BASE + 0x450 + ((_i) << 2))
#define AR_PHY_TX_IQCAL_CORR_COEFF_B1(_i)    (AR_SM1_BASE + 0x450 + ((_i) << 2))

/*
 * Channel 2 Register Map