提交 d108e8b9 编写于 作者: S Sujith Manoharan 提交者: John W. Linville

ath9k_htc: Change credit limit for UB94/95

Reduce the credit size for UB94/95 to fix target hangs.
Signed-off-by: NSujith Manoharan <Sujith.Manoharan@atheros.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 bd548799
......@@ -258,7 +258,7 @@ static int ath9k_init_htc_services(struct ath9k_htc_priv *priv, u16 devid,
*/
if (IS_AR7010_DEVICE(drv_info))
priv->htc->credits = 48;
priv->htc->credits = 45;
else
priv->htc->credits = 33;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册