Re: [ath9k-devel] [PATCH] ath9k: Fix IQ calibration

2014-01-19 Thread Alex Hacker
Hello, On Tue, Jan 14, 2014 at 01:25:17PM +0530, Sujith Manoharan wrote: + if (i2_p_q2_a0_d1 0x1000) + i2_p_q2_a0_d1 = -((0x1fff - i2_p_q2_a0_d1) + 1); While the 'i2_p_q2_a0_d1 = (iq_res[2] 0xfff)' the condition 'i2_p_q2_a0_d1 0x1000' is always false. Regards, Alex.

Re: [ath9k-devel] [PATCH] ath9k: Fix IQ calibration

2014-01-19 Thread Sujith Manoharan
Alex Hacker wrote: While the 'i2_p_q2_a0_d1 = (iq_res[2] 0xfff)' the condition 'i2_p_q2_a0_d1 0x1000' is always false. You are correct. I'll check with the systems engineers if something else is missing. Thanks ! Sujith ___ ath9k-devel mailing list

[ath9k-devel] [PATCH] ath9k: Fix IQ calibration

2014-01-14 Thread Sujith Manoharan
From: Sujith Manoharan c_man...@qca.qualcomm.com This patch fixes a bug in the TX IQ calibration post processing routine because of which the driver disables TX IQ correction even though the calibration results are valid. This fix is applicable for all chips in the AR9003 family. Signed-off-by: