android_kernel_xiaomi_sm8350/core/dp/htt
Alok Kumar b94a2e7f29 qcacld-3.0: Update Arp Stats for both Tx and Rx Arp Packets
Currently rx_arp_resp_count stats is not updated for ARP packet
during rx in htt_rx_amsdu_rx_in_order_pop_ll as packet type is
not marked as QDF_NBUF_CB_PACKET_TYPE_ARP.
Also, track_arp_ip member of adapter is updated during NUD SET
but track_arp_ip of hdd_ctx is used inside hdd_hard_start_xmit
and hdd_rx_packet_cbk to compare arp src ip.

Update the packet type to QDF_NBUF_CB_PACKET_TYPE_ARP for ipv4 ARP
packet during htt_rx_amsdu_rx_in_order_pop_ll.
Use track_arp_ip member of adapter to compare arp src ip.

Change-Id: I58a678caa8ce4b54b583f76cfcbbb4f46443f448
CRs-Fixed: 2405335
2019-03-14 13:01:20 -07:00
..
htt_fw_stats.c qcacld-3.0: Fix datapath statistics print format 2019-02-20 02:55:51 -08:00
htt_h2t.c
htt_internal.h qcacld-3.0: Move htt_rx specific macros from hif to htt 2019-03-12 10:01:22 -07:00
htt_monitor_rx.c qcacld-3.0: Converge *_MIN/MAX() to QDF_MIN/MAX() 2019-03-12 02:58:39 -07:00
htt_rx_hl.c qcacld-3.0: Remove cds_ieee80211_defines.h 2019-02-26 21:18:05 -08:00
htt_rx_ll.c qcacld-3.0: Update Arp Stats for both Tx and Rx Arp Packets 2019-03-14 13:01:20 -07:00
htt_rx.c qcacld-3.0: Remove cds_ieee80211_defines.h 2019-02-26 21:18:05 -08:00
htt_t2h.c
htt_tx.c qcacld-3.0: Remove obsolete macros/enums from the code 2019-03-13 19:41:17 -07:00
htt_types.h
htt.c qcacld-3.0: Use qdf_mem_zero for zero initialization 2019-01-14 08:38:03 -08:00
rx_desc.h