aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorSujith <Sujith.Manoharan@atheros.com>2010-05-14 01:48:59 -0400
committerJohn W. Linville <linville@tuxdriver.com>2010-06-02 16:13:04 -0400
commitff37d9a9ce493743cfc4665edb05fbbdabca78ee (patch)
tree0b6dabd5761f0084684ae2b5ffce72ea99de3613 /drivers
parentb80841c91f42dc048a60bff5e1614a619f725e38 (diff)
ath9k_htc: Increase credit size
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/wireless/ath/ath9k/htc_hst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc_hst.c b/drivers/net/wireless/ath/ath9k/htc_hst.c
index 064397fd738e..217319627160 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)
159 159
160 cp_msg->message_id = cpu_to_be16(HTC_MSG_CONFIG_PIPE_ID); 160 cp_msg->message_id = cpu_to_be16(HTC_MSG_CONFIG_PIPE_ID);
161 cp_msg->pipe_id = USB_WLAN_TX_PIPE; 161 cp_msg->pipe_id = USB_WLAN_TX_PIPE;
162 cp_msg->credits = 28; 162 cp_msg->credits = 33;
163 163
164 target->htc_flags |= HTC_OP_CONFIG_PIPE_CREDITS; 164 target->htc_flags |= HTC_OP_CONFIG_PIPE_CREDITS;
165 165