mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
ath9k_htc: Change credit limit for UB94/95
Reduce the credit size for UB94/95 to fix target hangs. Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
bd54879958
commit
d108e8b932
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ static int ath9k_init_htc_services(struct ath9k_htc_priv *priv, u16 devid,
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (IS_AR7010_DEVICE(drv_info))
|
if (IS_AR7010_DEVICE(drv_info))
|
||||||
priv->htc->credits = 48;
|
priv->htc->credits = 45;
|
||||||
else
|
else
|
||||||
priv->htc->credits = 33;
|
priv->htc->credits = 33;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue