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 |
||
---|---|---|
.. | ||
htt_fw_stats.c | ||
htt_h2t.c | ||
htt_internal.h | ||
htt_monitor_rx.c | ||
htt_rx_hl.c | ||
htt_rx_ll.c | ||
htt_rx.c | ||
htt_t2h.c | ||
htt_tx.c | ||
htt_types.h | ||
htt.c | ||
rx_desc.h |