summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspuligil <spuligil@codeaurora.org>2017-10-02 19:02:29 -0700
committersnandini <snandini@codeaurora.org>2017-10-12 03:42:31 -0700
commit19248fc64e930befa9bf0e2736bd472fcd8d8b11 (patch)
treefa93c8099998054eee206e8bf0cc4b9ecb322660
parentf7bc4d97dcdd70e10950f4026fa3c6a963e2613e (diff)
fw-api: CL 3535124 - update fw common interface files
add WMI_ROAM_NOTIF_SUBNET_CHANGED constant def Change-Id: I19d695a600a8fde4cfdcd09e5f1606643828509a CRs-Fixed: 1107600
-rwxr-xr-xfw/wmi_unified.h1
-rwxr-xr-xfw/wmi_version.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h
index 3cf21f8f47b8..937eefa608d6 100755
--- a/fw/wmi_unified.h
+++ b/fw/wmi_unified.h
@@ -10354,6 +10354,7 @@ typedef enum
#define WMI_ROAM_NOTIF_SCAN_MODE_SUCCESS 0x4 /** indicate that roaming scan mode is successful */
#define WMI_ROAM_NOTIF_SCAN_MODE_FAIL 0x5 /** indicate that roaming scan mode is failed due to internal roaming state */
#define WMI_ROAM_NOTIF_DISCONNECT 0x6 /** indicate that roaming not allowed due BTM req */
+#define WMI_ROAM_NOTIF_SUBNET_CHANGED 0x7 /** indicate that subnet has changed */
/**whenever RIC request information change, host driver should pass all ric related information to firmware (now only support tsepc)
* Once, 11r roaming happens, firmware can generate RIC request in reassoc request based on these informations
diff --git a/fw/wmi_version.h b/fw/wmi_version.h
index 3c0fe80c2782..b40ef14c3f24 100755
--- a/fw/wmi_version.h
+++ b/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_ 443
+#define __WMI_REVISION_ 444
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work