Return-path: Received: from linknet-ip-202.77.119.130.link.net.id ([202.77.119.130]:59112 "EHLO ppac-jak-id-1.inter-touch.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1753507Ab1GDGLD (ORCPT ); Mon, 4 Jul 2011 02:11:03 -0400 From: Felix Fietkau To: linux-wireless@vger.kernel.org Cc: linville@tuxdriver.com, ath5k-devel@lists.ath5k.org Subject: [PATCH 3/8] ath5k: fix reference clock frequency for spur mitigation on AR2413 Date: Mon, 4 Jul 2011 12:47:42 +0700 Message-Id: <1309758467-1712-3-git-send-email-nbd@openwrt.org> (sfid-20110704_081119_863402_D2A5090C) In-Reply-To: <1309758467-1712-2-git-send-email-nbd@openwrt.org> References: <1309758467-1712-1-git-send-email-nbd@openwrt.org> <1309758467-1712-2-git-send-email-nbd@openwrt.org> Sender: linux-wireless-owner@vger.kernel.org List-ID: AR2413 uses the same reference clock as AR5413 Signed-off-by: Felix Fietkau --- 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 f66124a..c65c33a 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 -- 1.7.3.2