Browse Source

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

add WMI_ROAM_PARAM_ROAM_HO_DELAY_RUNTIME_CONFIG def

Change-Id: Idea396b93f341276089f26cb2aba86e295feadc6
CRs-Fixed: 2262693
spuligil 2 years ago
parent
commit
079602f266
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

@@ -35776,6 +35776,16 @@ typedef enum {
      */
     WMI_ROAM_PARAM_ROAM_SCAN_DFS_CONFIG_BITMAP = 3,
 
+    /*
+     * roam param to configure HO_DELAY_RX value at runtime
+     * The configured value of ho_delay_rx will be in milliseconds
+     * Maximum value which user can configure using this Param ID is 1000 msec.
+     *
+     * If any value beyond this Maximum value is provided by user, FW will
+     * configure the ho_delay_rx value to Maximum allowed value i.e. 1000 msec.
+     */
+    WMI_ROAM_PARAM_ROAM_HO_DELAY_RUNTIME_CONFIG = 4,
+
 
     /*=== END ROAM_PARAM_PROTOTYPE SECTION ===*/
 } WMI_ROAM_PARAM;

+ 1 - 1
fw/wmi_version.h

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