qcacmn: Fix WIN compilation problem

Fix the compilation problem in tx non std interface
function.

Change-Id: I61c92a8545e5a468202a1032449f590938f199b1
CRs-Fixed: 2124351
This commit is contained in:
Kabilan Kannan
2017-10-10 16:16:32 -07:00
committato da Nandini Suresh
parent f653d16e6c
commit 78acc11a99
2 ha cambiato i file con 5 aggiunte e 1 eliminazioni

Vedi File

@@ -144,8 +144,10 @@ QDF_STATUS dp_tx_pdev_attach(struct dp_pdev *pdev);
qdf_nbuf_t dp_tx_send(void *data_vdev, qdf_nbuf_t nbuf);
#ifdef CONVERGED_TDLS_ENABLE
qdf_nbuf_t dp_tx_non_std(struct cdp_vdev *vdev_handle,
enum ol_tx_spec tx_spec, qdf_nbuf_t msdu_list);
#endif
uint32_t dp_tx_comp_handler(struct dp_soc *soc, void *hal_srng, uint32_t quota);