瀏覽代碼

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 年之前
父節點
當前提交
a87fe16fd0
共有 1 個文件被更改,包括 2 次插入0 次删除
  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;