Browse Source

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

HTT stats: change pdev + tx vap IDs to MAC ID in pdev_mbssid_ctrl_frame_stats

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

+ 7 - 2
fw/htt_stats.h

@@ -8604,8 +8604,13 @@ typedef struct {
 
 typedef struct {
     htt_tlv_hdr_t tlv_hdr;
-    A_UINT32 pdev_id;
-    A_UINT32 tx_vap_id;
+    /** mac_id__word:
+     * BIT [ 7 :  0]   :- mac_id
+     *                    Use the HTT_STATS_CMN_MAC_ID_GET,_SET macros to
+     *                    read/write this bitfield.
+     * BIT [31 :  8]   :- reserved
+     */
+    A_UINT32 mac_id__word;
     A_UINT32 basic_trigger_across_bss;
     A_UINT32 basic_trigger_within_bss;
     A_UINT32 bsr_trigger_across_bss;