diff options
| author | Pradeep Reddy Potteti <ppotte@codeaurora.org> | 2017-02-16 13:33:42 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-20 07:22:55 -0700 |
| commit | a04e0307e9401b87e2f90bad09ddd048ff8d83fe (patch) | |
| tree | 8bc1abf153f8e73d293d0175d92c6dc83fff07a7 | |
| parent | 1676aa09450ea8d9c563ade33b553ffaa3a4f34d (diff) | |
qcacld-2.0: CL 2842375 - update fw common interface files
Add Country string in LPI
Change-Id: I3c81f3f9c53f791582497d1eccfbaad37a8af970
CRs-fixed: 865207
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 2 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 76fa9653f792..ee570fa8fe02 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -11592,6 +11592,8 @@ typedef struct #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 */ +/* send country string inside Country IE to LOWI LP */ +#define LPI_IE_BITMAP_COUNTRY_STRING 0x080000000 #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 9f1d43014dd0..7a99d0e4e132 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_ 343 +#define __WMI_REVISION_ 344 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
