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

Commit ff37d9a9 authored by Sujith's avatar Sujith Committed by John W. Linville
Browse files

ath9k_htc: Increase credit size



This is the maximum supported by the firmware.

Signed-off-by: default avatarSujith <Sujith.Manoharan@atheros.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent b80841c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ static int htc_config_pipe_credits(struct htc_target *target)

	cp_msg->message_id = cpu_to_be16(HTC_MSG_CONFIG_PIPE_ID);
	cp_msg->pipe_id = USB_WLAN_TX_PIPE;
	cp_msg->credits = 28;
	cp_msg->credits = 33;

	target->htc_flags |= HTC_OP_CONFIG_PIPE_CREDITS;