diff options
| author | tinlin <tinlin@codeaurora.org> | 2018-04-11 14:40:51 +0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-04-11 23:02:33 -0700 |
| commit | e99be1297e9713a84c1354dc8a67c20acd2b2dde (patch) | |
| tree | 8a3180ebed541606c54478f09632eb4c9c2e3b44 | |
| parent | 27dd81305331aba6afd038b4ced62377c01956d7 (diff) | |
qcacld-2.0: CL 4091919 - Update fw common interface files
Define WMI_AUTH_RSNA_SUITE_B_8021X_SHA256,
WMI_AUTH_RSNA_SUITE_B_8021X_SHA384.
Change-Id: Ibf4e15113539c7a2b117e82ce92c872dfd9443fa
CRs-fixed: 865207
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_services.h | 1 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 2 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_services.h b/CORE/SERVICES/COMMON/wmi_services.h index e84debb8b56b..7b39afe39db7 100644 --- a/CORE/SERVICES/COMMON/wmi_services.h +++ b/CORE/SERVICES/COMMON/wmi_services.h @@ -341,6 +341,7 @@ typedef enum { WMI_SERVICE_RUNTIME_DPD_RECAL=151, /* Runtime DPD recalibration support */ WMI_SERVICE_STA_TWT=152, /* support for TWT (Target Wake Time) of STA */ WMI_SERVICE_AP_TWT=153, /* support for TWT (Target Wake Time) on AP */ + WMI_SERVICE_GMAC_OFFLOAD_SUPPORT=154, /* Support for GMAC */ /******* ADD NEW SERVICES HERE *******/ WMI_MAX_EXT_SERVICE diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 264598a82c58..bb085dcf11b7 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -10306,6 +10306,8 @@ enum { WMI_AUTH_CCKM_RSNA, WMI_AUTH_RSNA_FILS_SHA256, WMI_AUTH_RSNA_FILS_SHA384, + WMI_AUTH_RSNA_SUITE_B_8021X_SHA256, + WMI_AUTH_RSNA_SUITE_B_8021X_SHA384, }; typedef enum { diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index 5531381ac19e..5c52911e2755 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_ 497 +#define __WMI_REVISION_ 498 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
