Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9d5d851 authored by spuligil's avatar spuligil Committed by Gerrit - the friendly Code Review server
Browse files

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
parent cedcc652
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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