Browse Source

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

HTT stats: add chip_id + ml_peer_id fields in htt_ast_entry TLV

Change-Id: Iae6ed28452fc15441028171c8625c4e6d4175d81
CRs-Fixed: 2262693
spuligil 2 years ago
parent
commit
122014ef12
1 changed files with 3 additions and 1 deletions
  1. 3 1
      fw/htt_stats.h

+ 3 - 1
fw/htt_stats.h

@@ -1555,7 +1555,9 @@ typedef struct {
         mesh_sta       : 1,
         mec            : 1,
         intra_bss      : 1,
-        reserved       : 16;
+        chip_id        : 2,
+        ml_peer_id     : 13,
+        reserved       : 1;
 } htt_ast_entry_tlv;
 
 typedef enum {