瀏覽代碼

Merge "qcacmn: Set WMI endpoint as async"

Linux Build Service Account 6 年之前
父節點
當前提交
be743383cb
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      wmi/src/wmi_unified.c

+ 2 - 0
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;