From: Sujith Date: Fri, 14 May 2010 05:48:59 +0000 (+0530) Subject: ath9k_htc: Increase credit size X-Git-Tag: v2.6.36-rc1~571^2~615^2~158 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=ff37d9a9ce493743cfc4665edb05fbbdabca78ee;p=~emulex%2Finfiniband.git ath9k_htc: Increase credit size This is the maximum supported by the firmware. Signed-off-by: Sujith Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/ath/ath9k/htc_hst.c b/drivers/net/wireless/ath/ath9k/htc_hst.c index 064397fd738..21731962716 100644 --- a/drivers/net/wireless/ath/ath9k/htc_hst.c +++ b/drivers/net/wireless/ath/ath9k/htc_hst.c @@ -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;