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

Change-Id: I9fadd054442ddf0b80b7e0427096201498f1c84b
WMI: add announce_timeout field to TWT msg
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2021-09-17 12:00:50 -07:00
parent 4adc438fbe
commit 8607f87b8c
2 changed files with 11 additions and 1 deletions

View File

@@ -7728,6 +7728,9 @@ typedef enum {
*/ */
WMI_PDEV_PARAM_CTRL_FRAME_OBSS_PD_THRESHOLD, WMI_PDEV_PARAM_CTRL_FRAME_OBSS_PD_THRESHOLD,
/* Param to configure the access category for the TWT queue */
WMI_PDEV_PARAM_TWT_AC_CONFIG,
} WMI_PDEV_PARAM; } WMI_PDEV_PARAM;
@@ -31031,6 +31034,13 @@ typedef struct {
*/ */
A_UINT32 sp_start_tsf_lo; /* bits 31:0 */ A_UINT32 sp_start_tsf_lo; /* bits 31:0 */
A_UINT32 sp_start_tsf_hi; /* bits 63:32 */ A_UINT32 sp_start_tsf_hi; /* bits 63:32 */
/*
* In announced mode, wait for announce timeout before explicit announce
* using QoS NULL.
* If set to 0, FW will send QoS NULL immediately.
*/
A_UINT32 announce_timeout_us;
} wmi_twt_add_dialog_cmd_fixed_param; } wmi_twt_add_dialog_cmd_fixed_param;
/* status code of adding TWT dialog */ /* status code of adding TWT dialog */

View File

@@ -36,7 +36,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_ 1056 #define __WMI_REVISION_ 1057
/** 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