Эх сурвалжийг харах

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

Change-Id: I4f72a06855e2bce2970cbfe432c8a7fcfe20dd9b
WMI: add medium-synchronization fields to peer_assoc_mlo_params TLV
CRs-Fixed: 2262693
spuligil 2 жил өмнө
parent
commit
7f9ac2aeec
2 өөрчлөгдсөн 8 нэмэгдсэн , 2 устгасан
  1. 7 1
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 7 - 1
fw/wmi_unified.h

@@ -14606,7 +14606,7 @@ typedef enum {
          * for valid vdev id
          * for vdev offload stats
          */
-        WMI_VDEV_PARAM_VDEVID_UPDATE,                         /* 0x8010 */
+        WMI_VDEV_PARAM_VDEV_STATS_ID_UPDATE,                 /* 0x8010 */
 
     /*=== END VDEV_PARAM_PROTOTYPE SECTION ===*/
 } WMI_VDEV_PARAM;
@@ -16736,6 +16736,12 @@ typedef struct {
     A_UINT32 emlsr_trans_delay_us;
     /** eMLSR padding delay in microseconds */
     A_UINT32 emlsr_padding_delay_us;
+    /** Medium Synchronization Duration in microseconds */
+    A_UINT32 msd_dur_us;
+    /** Medium Synchronization OFDM ED Threshold */
+    A_UINT32 msd_ofdm_ed_thr;
+    /** Medium Synchronization Max Num of TXOPs */
+    A_UINT32 msd_max_num_txops;
 } wmi_peer_assoc_mlo_params;
 
 typedef struct {

+ 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_ 1180
+#define __WMI_REVISION_ 1181
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work