Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH 7/8] ath9k_htc: Change credit limit for UB94/95
@ 2011-05-17  7:12 Sujith
  0 siblings, 0 replies; only message in thread
From: Sujith @ 2011-05-17  7:12 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, ath9k-devel

From: Sujith Manoharan <Sujith.Manoharan@atheros.com>

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

Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com>
---
 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 d222456..8657d26 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;
 
-- 
1.7.5.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-17  7:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-17  7:12 [PATCH 7/8] ath9k_htc: Change credit limit for UB94/95 Sujith

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox