qcacmn: Set WMI Endpoint as Async

Conditionally set WMI enpoint as
async only for WIN and revert it
for MCL

Change-Id: I8969fffb4ba72909839baea2bdd12723665a8a4f
This commit is contained in:
phadiman
2018-11-13 12:04:07 +05:30
committed by nshrivas
parent 2fa0775090
commit e5a330acf6
3 changed files with 5 additions and 1 deletions

View File

@@ -171,6 +171,7 @@ struct wmi_unified_attach_params {
osdev_t osdev;
enum wmi_target_type target_type;
bool use_cookie;
bool is_async_ep;
struct wmi_rx_ops *rx_ops;
struct wlan_objmgr_psoc *psoc;
uint16_t max_commands;