diff options
author | Sujith Manoharan <Sujith.Manoharan@atheros.com> | 2011-05-17 09:12:24 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-05-19 19:54:03 +0200 |
commit | d108e8b9320b77e3fa165757fd40f298bdd89d1c (patch) | |
tree | fb0d82e5ddf36e8f53eb17d1cd41c69b9f6ef622 /drivers/net/wireless/ath | |
parent | ath9k_htc: Fix max subframe handling (diff) | |
download | linux-d108e8b9320b77e3fa165757fd40f298bdd89d1c.tar.xz linux-d108e8b9320b77e3fa165757fd40f298bdd89d1c.zip |
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>
Diffstat (limited to 'drivers/net/wireless/ath')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/htc_drv_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc_drv_init.c b/drivers/net/wireless/ath/ath9k/htc_drv_init.c index d2224564d987..8657d26c1265 100644 --- a/drivers/net/wireless/ath/ath9k/htc_drv_init.c +++ b/drivers/net/wireless/ath/ath9k/htc_drv_init.c @@ -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; |