Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

ath9k_htc: Increase credit size for AR7010 devices



Bump the firmware version to 1.2

Signed-off-by: default avatarSujith Manoharan <Sujith.Manoharan@atheros.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent bdbfd6b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -18,7 +18,7 @@
#define HTC_USB_H
#define HTC_USB_H


#define MAJOR_VERSION_REQ 1
#define MAJOR_VERSION_REQ 1
#define MINOR_VERSION_REQ 1
#define MINOR_VERSION_REQ 2


#define IS_AR7010_DEVICE(_v) (((_v) == AR9280_USB) || ((_v) == AR9287_USB))
#define IS_AR7010_DEVICE(_v) (((_v) == AR9280_USB) || ((_v) == AR9287_USB))


+1 −1
Original line number Original line Diff line number Diff line
@@ -243,7 +243,7 @@ static int ath9k_init_htc_services(struct ath9k_htc_priv *priv, u16 devid,
	 */
	 */


	if (IS_AR7010_DEVICE(drv_info))
	if (IS_AR7010_DEVICE(drv_info))
		priv->htc->credits = 45;
		priv->htc->credits = 48;
	else
	else
		priv->htc->credits = 33;
		priv->htc->credits = 33;