ath9k_hw: Fix pcie_serdes setting for AR9485 1.1 version.
Signed-off-by: Vivek Natarajan <vnatarajan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
3311abbbbf
commit
06fed57379
1 changed files with 4 additions and 4 deletions
|
@ -78,15 +78,15 @@ static void ar9003_hw_init_mode_regs(struct ath_hw *ah)
|
||||||
/* Awake Setting */
|
/* Awake Setting */
|
||||||
|
|
||||||
INIT_INI_ARRAY(&ah->iniPcieSerdes,
|
INIT_INI_ARRAY(&ah->iniPcieSerdes,
|
||||||
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_pll_on_clkreq_disable_L1),
|
ARRAY_SIZE(ar9485_1_1_pcie_phy_clkreq_disable_L1),
|
||||||
2);
|
2);
|
||||||
|
|
||||||
/* Sleep Setting */
|
/* Sleep Setting */
|
||||||
|
|
||||||
INIT_INI_ARRAY(&ah->iniPcieSerdesLowPower,
|
INIT_INI_ARRAY(&ah->iniPcieSerdesLowPower,
|
||||||
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_pll_on_clkreq_disable_L1),
|
ARRAY_SIZE(ar9485_1_1_pcie_phy_clkreq_disable_L1),
|
||||||
2);
|
2);
|
||||||
} else if (AR_SREV_9485(ah)) {
|
} else if (AR_SREV_9485(ah)) {
|
||||||
/* mac */
|
/* mac */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue