qcacmn: Replace void * wmi_hdl with abstract type (6/10)

Replace void * wmi handle with abstract type handles
provided by wmi component

Change-Id: I503438fbaf3bc2d475798bc908a70902d11881af
CRs-Fixed: 2482568
This commit is contained in:
Himanshu Batra
2019-06-28 15:42:40 +05:30
کامیت شده توسط nshrivas
والد 63b4f6a57e
کامیت 0a35a6afb8
9فایلهای تغییر یافته به همراه223 افزوده شده و 242 حذف شده

مشاهده پرونده

@@ -562,7 +562,7 @@ static QDF_STATUS target_if_dbr_cfg_tgt(struct wlan_objmgr_pdev *pdev,
{
QDF_STATUS status;
struct wlan_objmgr_psoc *psoc;
void *wmi_hdl;
wmi_unified_t wmi_hdl;
struct direct_buf_rx_cfg_req dbr_cfg_req = {0};
struct direct_buf_rx_ring_cfg *dbr_ring_cfg;
struct direct_buf_rx_ring_cap *dbr_ring_cap;