Преглед изворни кода

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

add WMI_VDEV_PARAM_ENABLE_DISABLE_ROAM_REASON_VSIE def

Change-Id: I70ca0fca5d06752a5b1246b4efd31a05b77fd845
CRs-Fixed: 2262693
spuligil пре 5 година
родитељ
комит
4815010846
2 измењених фајлова са 10 додато и 1 уклоњено
  1. 9 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 9 - 0
fw/wmi_unified.h

@@ -10531,6 +10531,15 @@ typedef enum {
      */
     WMI_VDEV_PARAM_ALLOW_NAN_INITIAL_DISCOVERY_OF_MP0_CLUSTER, /* 0x9C */
 
+    /**
+     * VDEV parameter to enable or disable roaming reason VSIE in
+     * re-association request
+     *
+     * Default : Disabled
+     * valid values: 0 - Disable 1 - Enable
+     */
+    WMI_VDEV_PARAM_ENABLE_DISABLE_ROAM_REASON_VSIE, /* 0x9D */
+
 
     /*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
      * The below vdev param types are used for prototyping, and are

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