ath9k_htc: Increase credit size
authorSujith <Sujith.Manoharan@atheros.com>
Fri, 14 May 2010 05:48:59 +0000 (11:18 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 2 Jun 2010 20:13:04 +0000 (16:13 -0400)
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>
drivers/net/wireless/ath/ath9k/htc_hst.c

index 064397f..2173196 100644 (file)
@@ -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;