Merge "qcacmn: Set WMI endpoint as async"

这个提交包含在:
Linux Build Service Account
2018-10-18 22:33:07 -07:00
提交者 Gerrit - the friendly Code Review server
当前提交 be743383cb

查看文件

@@ -2803,6 +2803,8 @@ static int wmi_connect_pdev_htc_service(struct wmi_soc *soc,
return status; return status;
} }
htc_set_async_ep(soc->htc_handle, response.Endpoint, 1);
soc->wmi_endpoint_id[pdev_idx] = response.Endpoint; soc->wmi_endpoint_id[pdev_idx] = response.Endpoint;
soc->max_msg_len[pdev_idx] = response.MaxMsgLength; soc->max_msg_len[pdev_idx] = response.MaxMsgLength;