qcacmn: Replace void * Host Target Communications handle with abstract type
Replace void * Host Target Communications handle with abstract type handles provided by Host Target Communications component Change-Id: I16ca87e4f9716791d340da2fda0a8a640fa2ec34 CRs-Fixed: 2487151
This commit is contained in:
@@ -1243,7 +1243,7 @@ cdp_soc_detach(ol_txrx_soc_handle soc)
|
||||
*/
|
||||
static inline ol_txrx_soc_handle
|
||||
cdp_soc_init(ol_txrx_soc_handle soc, u_int16_t devid, void *hif_handle,
|
||||
void *psoc, void *htc_handle, qdf_device_t qdf_dev,
|
||||
void *psoc, HTC_HANDLE htc_handle, qdf_device_t qdf_dev,
|
||||
struct ol_if_ops *dp_ol_if_ops)
|
||||
{
|
||||
if (!soc || !soc->ops) {
|
||||
|
Reference in New Issue
Block a user