You need to sign in or sign up before continuing.
提交 c20a2c59 编写于 作者: S Sujith Manoharan 提交者: John W. Linville

ath9k: Remove unnecessary check

TX IQ calibration is always enabled for SoC chips.
Signed-off-by: NSujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 a3640781
...@@ -1252,8 +1252,7 @@ static bool ar9003_hw_init_cal_soc(struct ath_hw *ah, ...@@ -1252,8 +1252,7 @@ static bool ar9003_hw_init_cal_soc(struct ath_hw *ah,
} }
} }
if ((IS_CHAN_HALF_RATE(chan) || IS_CHAN_QUARTER_RATE(chan)) || if (IS_CHAN_HALF_RATE(chan) || IS_CHAN_QUARTER_RATE(chan))
!(ah->enabled_cals & TX_IQ_CAL))
goto skip_tx_iqcal; goto skip_tx_iqcal;
/* Do Tx IQ Calibration */ /* Do Tx IQ Calibration */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册