Browse Source

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

add WMI_ROAM_TRIGGER_REASON_STA_KICKOUT def

Change-Id: I2299d72afa79a6d15ebfb1c143c5e45d9a95e7c6
CRs-Fixed: 2262693
spuligil 5 years ago
parent
commit
b194c89fe9
2 changed files with 21 additions and 1 deletions
  1. 20 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 20 - 0
fw/wmi_unified.h

@@ -26561,9 +26561,29 @@ typedef enum {
     WMI_ROAM_TRIGGER_REASON_BSS_LOAD,
     WMI_ROAM_TRIGGER_REASON_DEAUTH,
     WMI_ROAM_TRIGGER_REASON_IDLE,
+    /*
+     * NOTE: don't add any more ROAM_TRIGGER_REASON values here.
+     * There are checks in the FW that require the value of
+     * WMI_ROAM_TRIGGER_REASON_MAX to be < 16.
+     * Add new ROAM_TRIGGER_REASON values below, inside the
+     * WMI_ROAM_TRIGGER_EXT_REASON_ID enum.
+     */
     WMI_ROAM_TRIGGER_REASON_MAX,
 } WMI_ROAM_TRIGGER_REASON_ID;
 
+/*
+ * The WMI_ROAM_TRIGGER_REASON_ID enum cannot be expanded with new values,
+ * due to checks in the FW that require WMI_ROAM_TRIGGER_REASON_MAX to be
+ * less than 16.
+ * The WMI_ROAM_TRIGGER_EXT_REASON_ID enum is used to hold further roam
+ * trigger reasons.
+ */
+typedef enum {
+    WMI_ROAM_TRIGGER_REASON_STA_KICKOUT = WMI_ROAM_TRIGGER_REASON_MAX,
+
+    WMI_ROAM_TRIGGER_EXT_REASON_MAX
+} WMI_ROAM_TRIGGER_EXT_REASON_ID;
+
 /* value for DENSE roam trigger */
 #define WMI_RX_TRAFFIC_ABOVE_THRESHOLD 0x1
 #define WMI_TX_TRAFFIC_ABOVE_THRESHOLD 0x2

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