diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/htc_drv_init.c')
-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 dbf5f959cf9b..d2dd5a63e10a 100644 --- a/drivers/net/wireless/ath/ath9k/htc_drv_init.c +++ b/drivers/net/wireless/ath/ath9k/htc_drv_init.c | |||
@@ -243,7 +243,7 @@ static int ath9k_init_htc_services(struct ath9k_htc_priv *priv, u16 devid, | |||
243 | */ | 243 | */ |
244 | 244 | ||
245 | if (IS_AR7010_DEVICE(drv_info)) | 245 | if (IS_AR7010_DEVICE(drv_info)) |
246 | priv->htc->credits = 45; | 246 | priv->htc->credits = 48; |
247 | else | 247 | else |
248 | priv->htc->credits = 33; | 248 | priv->htc->credits = 33; |
249 | 249 | ||