diff options
author | Sujith Manoharan <Sujith.Manoharan@atheros.com> | 2011-04-27 07:42:56 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-04-28 14:53:19 -0400 |
commit | 484b1829c6a3c5bc38fe0cd626ce2e8a3dfd844c (patch) | |
tree | bbd963c7674b9afce0f1caea2ec6df8a463c3c46 /drivers | |
parent | bdbfd6b582f55384059d9ac5e65b3653092e6adf (diff) |
ath9k_htc: Increase credit size for AR7010 devices
Bump the firmware version to 1.2
Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hif_usb.h | 2 | ||||
-rw-r--r-- | drivers/net/wireless/ath/ath9k/htc_drv_init.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hif_usb.h b/drivers/net/wireless/ath/ath9k/hif_usb.h index 9a52ccc94d12..2bdcdbc14b1e 100644 --- a/drivers/net/wireless/ath/ath9k/hif_usb.h +++ b/drivers/net/wireless/ath/ath9k/hif_usb.h | |||
@@ -18,7 +18,7 @@ | |||
18 | #define HTC_USB_H | 18 | #define HTC_USB_H |
19 | 19 | ||
20 | #define MAJOR_VERSION_REQ 1 | 20 | #define MAJOR_VERSION_REQ 1 |
21 | #define MINOR_VERSION_REQ 1 | 21 | #define MINOR_VERSION_REQ 2 |
22 | 22 | ||
23 | #define IS_AR7010_DEVICE(_v) (((_v) == AR9280_USB) || ((_v) == AR9287_USB)) | 23 | #define IS_AR7010_DEVICE(_v) (((_v) == AR9280_USB) || ((_v) == AR9287_USB)) |
24 | 24 | ||
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 | ||