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
このコミットが含まれているのは:
Akshay Kosigi
2019-06-13 11:37:51 +05:30
committed by nshrivas
コミット c36e354311
8個のファイルの変更536行の追加570行の削除

ファイルの表示

@@ -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;