Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a87fe16f authored by spuligil's avatar spuligil Committed by Ravindra Konda
Browse files

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
parent 79f86283
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -4486,6 +4486,8 @@ typedef struct {
     * multicast/broadcast packets received on STA side.
     * multicast/broadcast packets received on STA side.
     */
     */
    A_UINT32 mec_notify;
    A_UINT32 mec_notify;
    A_UINT32 arp_response;
    A_UINT32 arp_request;
} htt_stats_tx_de_classify_stats_tlv;
} htt_stats_tx_de_classify_stats_tlv;
/* preserve old name alias for new name consistent with the tag name */
/* 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;
typedef htt_stats_tx_de_classify_stats_tlv htt_tx_de_classify_stats_tlv;