|
@@ -655,9 +655,6 @@ static bool ar9003_hw_calc_iq_corr(struct ath_hw *ah,
|
|
if (i2_m_q2_a0_d1 > 0x800)
|
|
if (i2_m_q2_a0_d1 > 0x800)
|
|
i2_m_q2_a0_d1 = -((0xfff - i2_m_q2_a0_d1) + 1);
|
|
i2_m_q2_a0_d1 = -((0xfff - i2_m_q2_a0_d1) + 1);
|
|
|
|
|
|
- if (i2_p_q2_a0_d1 > 0x1000)
|
|
|
|
- i2_p_q2_a0_d1 = -((0x1fff - i2_p_q2_a0_d1) + 1);
|
|
|
|
-
|
|
|
|
if (iq_corr_a0_d1 > 0x800)
|
|
if (iq_corr_a0_d1 > 0x800)
|
|
iq_corr_a0_d1 = -((0xfff - iq_corr_a0_d1) + 1);
|
|
iq_corr_a0_d1 = -((0xfff - iq_corr_a0_d1) + 1);
|
|
|
|
|