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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user