提交 ff37d9a9 编写于 作者: S Sujith 提交者: John W. Linville

ath9k_htc: Increase credit size

This is the maximum supported by the firmware.
Signed-off-by: NSujith <Sujith.Manoharan@atheros.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 b80841c9
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册