Commit d108e8b9 authored by Sujith Manoharan's avatar Sujith Manoharan Committed by John W. Linville
Browse files

ath9k_htc: Change credit limit for UB94/95



Reduce the credit size for UB94/95 to fix target hangs.

Signed-off-by: default avatarSujith Manoharan <Sujith.Manoharan@atheros.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent bd548799
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;