linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Revert "ath9k_hw: Fix calibration for AR9340"
@ 2013-01-10 16:03 Sujith Manoharan
  2013-01-10 18:38 ` Felix Fietkau
  0 siblings, 1 reply; 2+ messages in thread
From: Sujith Manoharan @ 2013-01-10 16:03 UTC (permalink / raw)
  To: John Linville; +Cc: linux-wireless, Felix Fietkau

From: Sujith Manoharan <c_manoha@qca.qualcomm.com>

This reverts commit 03c2dc73581ad4ae54f1ccfc1463929b16b8b736.

The change for AR9340 breaks TP-Link TL-WDR4300, we can re-submit this
change once the HW differences are identified and appropriate code
changes have been made.

Reported-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
---
 drivers/net/wireless/ath/ath9k/ar9003_calib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath9k/ar9003_calib.c b/drivers/net/wireless/ath/ath9k/ar9003_calib.c
index 9221f32..4caa80b 100644
--- a/drivers/net/wireless/ath/ath9k/ar9003_calib.c
+++ b/drivers/net/wireless/ath/ath9k/ar9003_calib.c
@@ -319,7 +319,7 @@ static void ar9003_hw_init_cal_settings(struct ath_hw *ah)
 
 	if (AR_SREV_9300_20_OR_LATER(ah)) {
 		ah->enabled_cals |= TX_IQ_CAL;
-		if (AR_SREV_9485_OR_LATER(ah) && !AR_SREV_9340(ah))
+		if (AR_SREV_9485_OR_LATER(ah))
 			ah->enabled_cals |= TX_IQ_ON_AGC_CAL;
 	}
 
-- 
1.8.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Revert "ath9k_hw: Fix calibration for AR9340"
  2013-01-10 16:03 [PATCH] Revert "ath9k_hw: Fix calibration for AR9340" Sujith Manoharan
@ 2013-01-10 18:38 ` Felix Fietkau
  0 siblings, 0 replies; 2+ messages in thread
From: Felix Fietkau @ 2013-01-10 18:38 UTC (permalink / raw)
  To: Sujith Manoharan; +Cc: John Linville, linux-wireless

On 2013-01-10 5:03 PM, Sujith Manoharan wrote:
> From: Sujith Manoharan <c_manoha@qca.qualcomm.com>
> 
> This reverts commit 03c2dc73581ad4ae54f1ccfc1463929b16b8b736.
> 
> The change for AR9340 breaks TP-Link TL-WDR4300, we can re-submit this
> change once the HW differences are identified and appropriate code
> changes have been made.
> 
> Reported-by: Felix Fietkau <nbd@openwrt.org>
> Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
No need to apply this, the root cause has been found and I'll send a fix
for it.

- Felix

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-10 18:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-10 16:03 [PATCH] Revert "ath9k_hw: Fix calibration for AR9340" Sujith Manoharan
2013-01-10 18:38 ` Felix Fietkau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).