summaryrefslogtreecommitdiff
path: root/CORE/TL
diff options
context:
space:
mode:
authorYun Park <yunp@qca.qualcomm.com>2014-01-18 00:24:01 -0800
committerPrakash Dhavali <pdhavali@codeaurora.org>2014-01-18 02:43:14 -0800
commitab56f35d46d37fddb78f3bf81df75191fd79b188 (patch)
tree6c9ec756a1c5f1554d75c9ebea4348c2754fe682 /CORE/TL
parentb349e4b4c4e3d51fb0ec25ae8b82bf4342943885 (diff)
qcacld:ipa: WLAN-IPA TX Optimization
- Removing dev-id and sta_id from the Tx partial header - WLAN-IPA TX-optimization (Removing DMA address map/unmap) - Fix IPA RX header format from 802.3 to Ethernet-II - Fix ipa_tx_dp_mul() failure by making total # of desc 1 less than the IPA descriptor FIFO size - Fix the crash due to invaid sta_id due to IPA Rx header is not retained when using IPA default routing table CRs-fixed: 595907
Diffstat (limited to 'CORE/TL')
-rw-r--r--CORE/TL/inc/wlan_qct_tl.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/CORE/TL/inc/wlan_qct_tl.h b/CORE/TL/inc/wlan_qct_tl.h
index dc54fd115627..898c6ce1df20 100644
--- a/CORE/TL/inc/wlan_qct_tl.h
+++ b/CORE/TL/inc/wlan_qct_tl.h
@@ -1298,39 +1298,6 @@ adf_nbuf_t WLANTL_SendSTA_DataFrame(v_PVOID_t pvosGCtx, v_U8_t ucSTAId,
adf_nbuf_t buf);
#endif
-#ifdef IPA_OFFLOAD
-/*===========================================================================
-
- FUNCTION WLANTL_SendIPA_DataFrame
-
- DESCRIPTION
-
- HDD will call this API when there is a packet to be transmitted from IPA
-
- DEPENDENCIES
-
- A station must have been registered before sending packet to txrx layer
-
-
- PARAMETERS
-
- vos_ctx: pointer to the global vos context; a handle to TL's
- control block can be extracted from its context
- vdev: virtual device
- buf: packet given by uppler layer for tx
-
- RETURN VALUE
-
- On success it will return NULL. On failure it will be the
- passed buf pointer so that the caller will be able to free
- up the buffer.
-
-============================================================================*/
-adf_nbuf_t WLANTL_SendIPA_DataFrame(void *vos_ctx, void *vdev,
- adf_nbuf_t buf);
-#endif
-
-
/*==========================================================================
FUNCTION WLANTL_SetSTAPriority