android_kernel_xiaomi_sm8350/core/dp/txrx
Yeshwanth Sriram Guntuka 18fa38b0ca qcacld-3.0: Cleanup unused ol_txrx APIs [PEER_ID_PHASE2]
Local peer_id is being cleaned up across DP, HDD and PS/WMA.
So, any references to local peer_id/sta_id will be replaced
by peer mac address and all interactions between the layers
will be based on peer mac address.

Cleanup unusued ol_txrx APIs which are based on local peer id.

Change-Id: Ia6949796bf6109884ec066544c39183f934f7d72
CRs-Fixed: 2529014
2019-12-06 01:50:44 -08:00
..
ipv6_defs.h
ol_cfg.c qcacld-3.0: Add logic to bundle packets for HL 2019-12-01 17:40:55 -08:00
ol_ctrl_txrx_api.h qcacld-3.0: Consolidate multiple MAC_ADDR_LEN to QDF_MAC_ADDR_SIZE 2019-03-28 16:49:58 -07:00
ol_osif_txrx_api.h
ol_rx_defrag.c qcacld-3.0: Update timestamp in skb on receiving frag indication 2019-12-05 16:39:00 -08:00
ol_rx_defrag.h qcacld-3.0: Consolidate multiple MAC_ADDR_LEN to QDF_MAC_ADDR_SIZE 2019-03-28 16:49:58 -07:00
ol_rx_fwd.c qcacld-3.0: cdp: Convergence of cdp misc ops 2019-11-21 06:11:43 -08:00
ol_rx_fwd.h qcacld-3.0: cdp: Convergence of cdp misc ops 2019-11-21 06:11:43 -08:00
ol_rx_pn.c qcacld-3.0: Replace MAC_ADDRESS_STR with QDF_MAC_ADDR_STR 2019-04-18 13:26:09 -07:00
ol_rx_pn.h
ol_rx_reorder_timeout.c
ol_rx_reorder_timeout.h
ol_rx_reorder.c qcacld-3.0: Add support for addba/delba HTT message 2019-08-12 01:27:32 -07:00
ol_rx_reorder.h Revert "qcacld-3.0: Featurize partial reorder properly" 2019-10-17 22:46:42 -07:00
ol_rx.c qcacld-3.0: Update timestamp in skb on receiving frag indication 2019-12-05 16:39:00 -08:00
ol_rx.h qcacld-3.0: Update timestamp in skb on receiving frag indication 2019-12-05 16:39:00 -08:00
ol_tx_classify.c qcacld-3.0: Fix data stall during TDLS Offchan Operation 2019-11-06 23:50:23 -08:00
ol_tx_classify.h
ol_tx_desc.c qcacld-3.0: Fix WDI 1.0 MCC TX SMMU fault 2019-09-29 09:48:12 -07:00
ol_tx_desc.h qcacld-3.0: Remove cds_queue.h and queue.h from driver code 2019-11-05 02:12:22 -08:00
ol_tx_hl.c qcacld-3.0: Add logic to bundle packets for HL 2019-12-01 17:40:55 -08:00
ol_tx_ll_fastpath.c qcacld-3.0: Fix DPTRACE TX and RX counters for HL data path 2019-07-19 04:04:09 -07:00
ol_tx_ll_legacy.c
ol_tx_ll.c qcacld-3.0: Remove cds_queue.h and queue.h from driver code 2019-11-05 02:12:22 -08:00
ol_tx_queue.c qcacld-3.0: Add logic to bundle packets for HL 2019-12-01 17:40:55 -08:00
ol_tx_queue.h qcacld-3.0: cdp: Convergence of cdp_l_flowctl_ops 2019-11-11 23:08:02 -08:00
ol_tx_sched.c qcacld-3.0: cdp: Convergence of cdp misc ops 2019-11-21 06:11:43 -08:00
ol_tx_sched.h qcacld-3.0: cdp: Convergence of cdp misc ops 2019-11-21 06:11:43 -08:00
ol_tx_send.c qcacld-3.0: Add logic to bundle packets for HL 2019-12-01 17:40:55 -08:00
ol_tx_send.h qcacld-3.0: cdp: Convergence of cdp_l_flowctl_ops 2019-11-11 23:08:02 -08:00
ol_tx_throttle.c qcacld-3.0: cdp: Convergence of cdp_throttle_ops 2019-11-11 23:07:46 -08:00
ol_tx.c qcacld-3.0: cdp: Converge cdp_ipa_ops 2019-11-21 06:12:04 -08:00
ol_tx.h qcacld-3.0: Add logic to bundle packets for HL 2019-12-01 17:40:55 -08:00
ol_txrx_encap.c qcacld-3.0: Consolidate multiple MAC_ADDR_LEN to QDF_MAC_ADDR_SIZE 2019-03-28 16:49:58 -07:00
ol_txrx_encap.h
ol_txrx_event.c
ol_txrx_flow_control.c qcacld-3.0: cdp: Convergence of cdp_l_flowctl_ops 2019-11-11 23:08:02 -08:00
ol_txrx_internal.h qcacld-3.0: Add packet drop status 2019-08-16 08:22:41 -07:00
ol_txrx_ipa.c qcacld-3.0: cdp: Converge cdp_ipa_ops 2019-11-21 06:12:04 -08:00
ol_txrx_ipa.h qcacld-3.0: cdp: Converge cdp_ipa_ops 2019-11-21 06:12:04 -08:00
ol_txrx_legacy_flow_control.c qcacld-3.0: cdp: Convergence of cdp_l_flowctl_ops 2019-11-11 23:08:02 -08:00
ol_txrx_peer_find.c qcacld-3.0: Remove cds_queue.h and queue.h from driver code 2019-11-05 02:12:22 -08:00
ol_txrx_peer_find.h qcacld-3.0: dp: Replace explicit comparison to NULL 2019-03-22 17:39:28 -07:00
ol_txrx_types.h qcacld-3.0: remove control path handles from cdp ops 2019-12-04 07:43:42 -08:00
ol_txrx.c qcacld-3.0: Cleanup unused ol_txrx APIs [PEER_ID_PHASE2] 2019-12-06 01:50:44 -08:00
ol_txrx.h qcacld-3.0: Cleanup unused ol_txrx APIs [PEER_ID_PHASE2] 2019-12-06 01:50:44 -08:00
wdi_event_api.h
wdi_event.h qcacld-3.0: Move enum WDI_EVENT to common datapath 2019-05-15 05:47:01 -07:00