Browse Source

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

Change-Id: I3d2253039e01d96b7b160ca743bd2722e2d258e4
WMI: add service period start TSF fields to TWT add dialog msg
CRs-Fixed: 2262693
spuligil 3 years ago
parent
commit
e9d5d8515c
2 changed files with 5 additions and 1 deletions
  1. 4 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 4 - 0
fw/wmi_unified.h

@@ -30422,6 +30422,10 @@ typedef struct {
     * If this variable is set to 0 by host, FW will ignore it.
     */
     A_UINT32 max_wake_dura_us;
+
+    /* Service period start TSF (absolute) */
+    A_UINT32 sp_start_tsf_lo; /* bits 31:0 */
+    A_UINT32 sp_start_tsf_hi; /* bits 63:32 */
 } wmi_twt_add_dialog_cmd_fixed_param;
 
 /* status code of adding TWT dialog */

+ 1 - 1
fw/wmi_version.h

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