qcacmn: Fix for removal of common_wmi_handle

Add changes to remove usage of common_wmi_handle
Instead use wmi_unified_t as opaque pointer

Change-Id: I85ae8581ce8e4f7fd02fb753e3f482f8a6edebac
This commit is contained in:
Akshay Kosigi
2019-06-12 12:12:16 +05:30
committato da nshrivas
parent 59b6bee259
commit dc8e095f30
8 ha cambiato i file con 28 aggiunte e 29 eliminazioni

Vedi File

@@ -920,7 +920,7 @@ static int target_if_direct_buf_rx_rsp_event_handler(ol_scn_t scn,
struct direct_buf_rx_buf_info *dbr_buf_pool;
struct direct_buf_rx_pdev_obj *dbr_pdev_obj;
struct direct_buf_rx_module_param *mod_param;
struct common_wmi_handle *wmi_handle;
struct wmi_unified *wmi_handle;
wlan_objmgr_ref_dbgid dbr_mod_id = WLAN_DIRECT_BUF_RX_ID;
direct_buf_rx_enter();