Browse Source

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

add WMI_ROAM_PARAM_ROAM_MCC_DISALLOW def

Change-Id: Ic23d1ae3084cd56f19a0ab62cd6d20f6658ec654
CRs-Fixed: 2262693
spuligil 2 years ago
parent
commit
e746385d15
2 changed files with 8 additions and 1 deletions
  1. 7 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 7 - 0
fw/wmi_unified.h

@@ -36006,6 +36006,13 @@ typedef enum {
      */
     WMI_ROAM_PARAM_ROAM_CONTROL_FULL_SCAN_6GHZ_PSC_ONLY_WITH_RNR = 6,
 
+    /*
+     * Flag to tell whether MCC is disallowed or not in sta + sta currrent case.
+     * If flag is unset, then no limitation for channels which sta can roam to.
+     * If flag is set, then the channels which one of STA roam to cause MCC with other STA, it will be disallowed.
+     */
+     WMI_ROAM_PARAM_ROAM_MCC_DISALLOW = 7,
+
 
     /*=== 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_ 1231
+#define __WMI_REVISION_ 1232
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work