提交 76ac9ed6 编写于 作者: R Rajkumar Manoharan 提交者: John W. Linville

ath9k_hw: Fix pll2_divfrac for AR953x

Signed-off-by: NRajkumar Manoharan <rmanohar@qti.qualcomm.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 af2db444
...@@ -791,7 +791,8 @@ static void ath9k_hw_init_pll(struct ath_hw *ah, ...@@ -791,7 +791,8 @@ static void ath9k_hw_init_pll(struct ath_hw *ah,
refdiv = 5; refdiv = 5;
} else { } else {
pll2_divint = 0x11; pll2_divint = 0x11;
pll2_divfrac = 0x26666; pll2_divfrac =
AR_SREV_9531(ah) ? 0x26665 : 0x26666;
refdiv = 1; refdiv = 1;
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册