Browse Source

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

Change-Id: I9fadd054442ddf0b80b7e0427096201498f1c84b
WMI: add announce_timeout field to TWT msg
CRs-Fixed: 2262693
spuligil 3 years ago
parent
commit
8607f87b8c
2 changed files with 11 additions and 1 deletions
  1. 10 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 10 - 0
fw/wmi_unified.h

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