Browse Source

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

Change-Id: Ibb25bfb2c7e9a858a7b917ab00430cac999c1102
WMI: add sp_start_offset field to twt_nudge_dialog_cmd msg
CRs-Fixed: 2262693
spuligil 2 years ago
parent
commit
a08f94f51d
2 changed files with 2 additions and 1 deletions
  1. 1 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 1 - 0
fw/wmi_unified.h

@@ -33982,6 +33982,7 @@ typedef struct {
     A_UINT32 dialog_id;     /* TWT dialog ID */
     A_UINT32 suspend_duration_ms;  /* this long time after TWT paused the 1st SP will start (millisecond) */
     A_UINT32 next_twt_size; /* Next TWT subfield Size, refer to IEEE 802.11ax section "9.4.1.60 TWT Information field" */
+    A_UINT32 sp_start_offset; /* Next TWT service period will be offset by this time (microsecond) */
 } wmi_twt_nudge_dialog_cmd_fixed_param;
 
 /* status code of nudging TWT dialog */

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