diff --git a/wmi/src/wmi_unified.c b/wmi/src/wmi_unified.c index fb51ce0d95..71c6feff38 100644 --- a/wmi/src/wmi_unified.c +++ b/wmi/src/wmi_unified.c @@ -2803,6 +2803,8 @@ static int wmi_connect_pdev_htc_service(struct wmi_soc *soc, return status; } + htc_set_async_ep(soc->htc_handle, response.Endpoint, 1); + soc->wmi_endpoint_id[pdev_idx] = response.Endpoint; soc->max_msg_len[pdev_idx] = response.MaxMsgLength;