Sfoglia il codice sorgente

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

Change-Id: Ib8e693f3bf68f221c633701dd57b7b41b336c7b4
WMI: add TQM timer fields to vdev_tsf_report_event_fixed_param
CRs-Fixed: 2262693
spuligil 2 anni fa
parent
commit
5b543f5f25
2 ha cambiato i file con 13 aggiunte e 7 eliminazioni
  1. 12 6
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 12 - 6
fw/wmi_unified.h

@@ -6603,13 +6603,13 @@ typedef struct {
      * 4 - EHT
      *
      * Rate Bit mask format:
-     *     <MCS in NSS MAX> ..
-     *     <MCS MAX,  2, 1, 0 : NSS2>
-     *     <MCS MAX, .., 2, 1, 0 : NSS1>
+     *     <MCS in NSS MAX> ...
+     *     <MCS MAX, ..., 2, 1, 0 : NSS2>
+     *     <MCS MAX, ..., 2, 1, 0 : NSS1>
      * EHT Rate Bit Mask format:
-     *     <MCS in NSS MAX> ..
-     *     <MCS MAX,  2, 1, 0, -1, -2 : NSS2>
-     *     <MCS MAX, .., 2, 1, 0, -1(DCM), -2(EHT Dup) : NSS1>
+     *     <MCS in NSS MAX> ...
+     *     <MCS MAX, ... 2, 1, 0, -1, -2 : NSS2>
+     *     <MCS MAX, ..., 2, 1, 0, -1(DCM), -2(EHT Dup) : NSS1>
      */
     A_UINT32 type;
 
@@ -26421,6 +26421,12 @@ typedef struct {
     A_UINT32 wlan_global_tsf_low;
     /* high 32 bits of wlan global tsf */
     A_UINT32 wlan_global_tsf_high;
+    /* low 32 bits of tqm timer */
+    A_UINT32 tqm_timer_low;
+    /* high 32 bits of tqm timer */
+    A_UINT32 tqm_timer_high;
+    /* use tqm timer flag */
+    A_UINT32 use_tqm_timer;
 } wmi_vdev_tsf_report_event_fixed_param;
 
 /* ie_id values:

+ 1 - 1
fw/wmi_version.h

@@ -37,7 +37,7 @@
 #define __WMI_VER_MINOR_    0
 /** WMI revision number has to be incremented when there is a
  *  change that may or may not break compatibility. */
-#define __WMI_REVISION_ 1150
+#define __WMI_REVISION_ 1151
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work