diff options
| author | tinlin <tinlin@codeaurora.org> | 2017-11-21 19:32:06 +0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-11-28 05:45:54 -0800 |
| commit | f8b67d4e2ae0854aaa7237169113691292d4e523 (patch) | |
| tree | 2ce96f132bc86c9c4c882f2e4b58295d23ca25d8 | |
| parent | 4de1908924d791d77283b05f08ca85c689fc708a (diff) | |
qcacld-2.0: CL 3535124 - Update fw common interface files
Define macro WMI_ROAM_NOTIF_SUBNET_CHANGED
Change-Id: I0a47f89ce78a68ad49d973243c2dfe1ddb9f6d48
CRs-fixed: 865207
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 1 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 8a6e2de88264..c6456502e802 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -10438,6 +10438,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/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index 71b0247d2dd3..b3abd7ddc3fa 100644 --- a/CORE/SERVICES/COMMON/wmi_version.h +++ b/CORE/SERVICES/COMMON/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 |
