diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-07-12 09:02:00 +0800 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-07-13 14:49:37 -0400 |
commit | 2d2cf471d51743c631f216f62a02a62b58126191 (patch) | |
tree | 5463f8930ea095a207433b71f4b3ec30fa2c9bfd /drivers/net/wireless/ath/ath5k/phy.c | |
parent | ca8bfd94bbe5bd89ff6a4bbf5a050251950cce25 (diff) | |
download | op-kernel-dev-2d2cf471d51743c631f216f62a02a62b58126191.zip op-kernel-dev-2d2cf471d51743c631f216f62a02a62b58126191.tar.gz |
ath5k: fix reference clock frequency for spur mitigation on AR2413
AR2413 uses the same reference clock as AR5413
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/phy.c')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/phy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath5k/phy.c b/drivers/net/wireless/ath/ath5k/phy.c index acf73a0..dd2b417 100644 --- a/drivers/net/wireless/ath/ath5k/phy.c +++ b/drivers/net/wireless/ath/ath5k/phy.c @@ -105,6 +105,7 @@ bool ath5k_hw_chan_has_spur_noise(struct ath5k_hw *ah, if ((ah->ah_radio == AR5K_RF5112) || (ah->ah_radio == AR5K_RF5413) || + (ah->ah_radio == AR5K_RF2413) || (ah->ah_mac_version == (AR5K_SREV_AR2417 >> 4))) refclk_freq = 40; else |