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
This commit is contained in:
spuligil
2022-08-16 05:16:46 -07:00
committed by Madan Koyyalamudi
parent 4ff225d62a
commit a08f94f51d
2 changed files with 2 additions and 1 deletions

View File

@@ -33982,6 +33982,7 @@ typedef struct {
A_UINT32 dialog_id; /* TWT dialog ID */ 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 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 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; } wmi_twt_nudge_dialog_cmd_fixed_param;
/* status code of nudging TWT dialog */ /* status code of nudging TWT dialog */

View File

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