Skip to content

Commit

Permalink
ath9k_htc: Increase credit size
Browse files Browse the repository at this point in the history
This is the maximum supported by the firmware.

Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Sujith authored and John W. Linville committed Jun 2, 2010
1 parent b80841c commit ff37d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/ath/ath9k/htc_hst.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit ff37d9a

Please sign in to comment.