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

Commit 8607f87b authored by spuligil's avatar spuligil
Browse files

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

Change-Id: I9fadd054442ddf0b80b7e0427096201498f1c84b
WMI: add announce_timeout field to TWT msg
CRs-Fixed: 2262693
parent 4adc438f
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -7728,6 +7728,9 @@ typedef enum {
     */
    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;
@@ -31031,6 +31034,13 @@ typedef struct {
     */
    A_UINT32 sp_start_tsf_lo; /* bits 31:0 */
    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;
/* 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_ 1056
#define __WMI_REVISION_ 1057

/** The Version Namespace should not be normally changed. Only
 *  host and firmware of the same WMI namespace will work