linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] ath9k_hw: Fix pcie_serdes setting for AR9485 1.1 version.
@ 2011-02-25 12:01 Vivek Natarajan
  2011-02-25 12:01 ` [PATCH 2/3] ath9k: Cancel pll_work while disabling radio Vivek Natarajan
  2011-03-17  0:04 ` [PATCH 1/3] ath9k_hw: Fix pcie_serdes setting for AR9485 1.1 version Luis R. Rodriguez
  0 siblings, 2 replies; 8+ messages in thread
From: Vivek Natarajan @ 2011-02-25 12:01 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless

Signed-off-by: Vivek Natarajan <vnatarajan@atheros.com>
---
 drivers/net/wireless/ath/ath9k/ar9003_hw.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/net/wireless/ath/ath9k/ar9003_hw.c b/drivers/net/wireless/ath/ath9k/ar9003_hw.c
index 6fa3c24..7f5de6e 100644
--- a/drivers/net/wireless/ath/ath9k/ar9003_hw.c
+++ b/drivers/net/wireless/ath/ath9k/ar9003_hw.c
@@ -78,15 +78,15 @@ static void ar9003_hw_init_mode_regs(struct ath_hw *ah)
 		/* Awake Setting */
 
 		INIT_INI_ARRAY(&ah->iniPcieSerdes,
-				ar9485_1_1_pcie_phy_pll_on_clkreq_disable_L1,
-				ARRAY_SIZE(ar9485_1_1_pcie_phy_pll_on_clkreq_disable_L1),
+				ar9485_1_1_pcie_phy_clkreq_disable_L1,
+				ARRAY_SIZE(ar9485_1_1_pcie_phy_clkreq_disable_L1),
 				2);
 
 		/* Sleep Setting */
 
 		INIT_INI_ARRAY(&ah->iniPcieSerdesLowPower,
-				ar9485_1_1_pcie_phy_pll_on_clkreq_disable_L1,
-				ARRAY_SIZE(ar9485_1_1_pcie_phy_pll_on_clkreq_disable_L1),
+				ar9485_1_1_pcie_phy_clkreq_disable_L1,
+				ARRAY_SIZE(ar9485_1_1_pcie_phy_clkreq_disable_L1),
 				2);
 	} else if (AR_SREV_9485(ah)) {
 		/* mac */
-- 
1.6.3.3


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

end of thread, other threads:[~2011-03-18  0:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-25 12:01 [PATCH 1/3] ath9k_hw: Fix pcie_serdes setting for AR9485 1.1 version Vivek Natarajan
2011-02-25 12:01 ` [PATCH 2/3] ath9k: Cancel pll_work while disabling radio Vivek Natarajan
2011-02-25 12:01   ` [PATCH 3/3] ath9k: Fix compilation warning Vivek Natarajan
2011-02-25 12:22     ` Vasanthakumar Thiagarajan
2011-03-17  0:04 ` [PATCH 1/3] ath9k_hw: Fix pcie_serdes setting for AR9485 1.1 version Luis R. Rodriguez
2011-03-17 18:38   ` Luis R. Rodriguez
2011-03-17 18:46     ` Luis R. Rodriguez
2011-03-18  0:39       ` Vivek Natarajan

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).