qcacmn: Fix for removal of void pointer usage

Add changes to remove usage of void pointer for wmi_handle
Instead use an opaque pointer(set 2)

Change-Id: I06a89adaf15c6b398dbc901518aa83927b7ca16a
CRs-Fixed: 2479298
This commit is contained in:
Akshay Kosigi
2019-06-13 11:37:51 +05:30
committed by nshrivas
parent 0ac9aafb9a
commit c36e354311
8 changed files with 536 additions and 570 deletions

View File

@@ -118,7 +118,7 @@ QDF_STATUS target_if_crypto_set_key(struct wlan_objmgr_vdev *vdev,
struct cdp_peer *peer = NULL;
uint8_t peer_id;
uint8_t def_tx_idx;
void *pdev_wmi_handle;
wmi_unified_t pdev_wmi_handle;
bool pairwise;
QDF_STATUS status;