qcacld-3.0: Handle void pointer declarations for pdev and vdev

Replace void pointer handles for pdev and vdev
with abstract structure handles

Change-Id: Idd9a2521249e30faf1143f671c4d2d924fe231e8
CRs-Fixed: 1109835
Este commit está contenido en:
Venkata Sharath Chandra Manchala
2016-11-23 17:48:15 -08:00
cometido por qcabuildsw
padre ab679fb31b
commit 0d44d455fa
Se han modificado 44 ficheros con 789 adiciones y 647 borrados

Ver fichero

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011, 2014-2016 The Linux Foundation. All rights reserved.
* Copyright (c) 2011, 2014-2017 The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
@@ -46,6 +46,7 @@
#include <ol_htt_tx_api.h>
#include <cds_api.h>
#include "hif.h"
#include <cdp_txrx_handle.h>
#define HTT_HTC_PKT_POOL_INIT_SIZE 100 /* enough for a large A-MPDU */
@@ -276,7 +277,7 @@ void htt_clear_bundle_stats(htt_pdev_handle pdev)
*/
htt_pdev_handle
htt_pdev_alloc(ol_txrx_pdev_handle txrx_pdev,
ol_pdev_handle ctrl_pdev,
struct cdp_cfg *ctrl_pdev,
HTC_HANDLE htc_pdev, qdf_device_t osdev)
{
struct htt_pdev_t *pdev;