Kaynağa Gözat

fw-api: CL 25526295 - update fw common interface files

HTT stats: add arp_[request,response] fields in tx_de_classify TLV struct
Change-Id: I49b14415b41cf06738caedfefff01d8c9cd5cd8f
CRs-Fixed: 2262693
spuligil 1 yıl önce
ebeveyn
işleme
a87fe16fd0
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      fw/htt_stats.h

+ 2 - 0
fw/htt_stats.h

@@ -4486,6 +4486,8 @@ typedef struct {
      * multicast/broadcast packets received on STA side.
      */
     A_UINT32 mec_notify;
+    A_UINT32 arp_response;
+    A_UINT32 arp_request;
 } htt_stats_tx_de_classify_stats_tlv;
 /* preserve old name alias for new name consistent with the tag name */
 typedef htt_stats_tx_de_classify_stats_tlv htt_tx_de_classify_stats_tlv;