Bläddra i källkod

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

Change-Id: Idd176144330b387bbc4dc46ed0d45132d1d13167
CRs-Fixed: 2262693
spuligil 1 år sedan
förälder
incheckning
f1f142ff47
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. 3 0
      fw/htt_stats.h

+ 3 - 0
fw/htt_stats.h

@@ -4664,6 +4664,9 @@ typedef struct {
     A_UINT32 discarded_pkts;
     A_UINT32 discarded_pkts;
     A_UINT32 local_frames;
     A_UINT32 local_frames;
     A_UINT32 is_ext_msdu;
     A_UINT32 is_ext_msdu;
+    A_UINT32 mlo_invalid_routing_discard;
+    A_UINT32 mlo_invalid_routing_dup_entry_discard;
+    A_UINT32 discard_peer_unauthorized_pkts;
 } htt_stats_tx_de_enqueue_discard_tlv;
 } htt_stats_tx_de_enqueue_discard_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_enqueue_discard_tlv htt_tx_de_enqueue_discard_stats_tlv;
 typedef htt_stats_tx_de_enqueue_discard_tlv htt_tx_de_enqueue_discard_stats_tlv;