Skip to content
Snippets Groups Projects
Commit 8447af36 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

ath9k: disable TX_IQ_ON_AGC_CAL on AR934x, should improve stability

SVN-Revision: 34979
parent 70b0ef63
No related branches found
No related tags found
No related merge requests found
......@@ -1204,3 +1204,14 @@
};
static inline
--- a/drivers/net/wireless/ath/ath9k/hw.c
+++ b/drivers/net/wireless/ath/ath9k/hw.c
@@ -2578,7 +2578,7 @@ int ath9k_hw_fill_cap_info(struct ath_hw
if (AR_SREV_9300_20_OR_LATER(ah)) {
ah->enabled_cals |= TX_IQ_CAL;
- if (AR_SREV_9485_OR_LATER(ah))
+ if (AR_SREV_9485_OR_LATER(ah) && !AR_SREV_9340(ah))
ah->enabled_cals |= TX_IQ_ON_AGC_CAL;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment