diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-02-08 00:19:56 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-02-08 00:19:56 -0800 |
| commit | ae44905bcc26c61eb5609f18376efa3a7e2b8daf (patch) | |
| tree | 8fcee4708efb2055143f85b816ec93ef372cbe59 | |
| parent | c371e65e4126c6fcd9ea7c7ee029c37b20d7d386 (diff) | |
| parent | 9fc83de8f0142d8f06563ae71211d3ee3cb567b7 (diff) | |
Merge "qcacld-2.0: CL 2812323 - update fw common interface files" into wlan-cld2.driver.lnx.1.0-dev
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 3 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 0ee90b200231..026235a10552 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -11545,6 +11545,9 @@ typedef struct #define LPI_IE_BITMAP_FLAGS 0x00200000 // reserved as a bitmap to indicate more scan information; one such use being to indicate if the on-going scan is interrupted or not #define LPI_IE_BITMAP_CACHING_REQD 0x00400000 // extscan will use this field to indicate if this frame info needs to be cached in LOWI LP or not #define LPI_IE_BITMAP_REPORT_CONTEXT_HUB 0x00800000 // extscan will use this field to indicate to LOWI LP whether to report result to context hub or not. +#define LPI_IE_BITMAP_CHRE_ESS 0x010000000 /* ESS capability info for CHRE */ +#define LPI_IE_BITMAP_CHRE_SEC_MODE 0x020000000 /* Security capability info for CHRE */ +#define LPI_IE_BITMAP_CHRE_SUPPORTED_RATE 0x040000000 /* Hightest MCS corresponding NCC for TX and RX */ #define LPI_IE_BITMAP_ALL 0xFFFFFFFF typedef struct { diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index 01c60b517300..03ebfa6bcde3 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_ 337 +#define __WMI_REVISION_ 338 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
