diff options
| author | c_rrajiv <rrajiv@codeaurora.org> | 2016-10-12 14:29:55 +0530 |
|---|---|---|
| committer | Anjaneedevi Kapparapu <akappa@codeaurora.org> | 2016-10-13 12:15:56 +0530 |
| commit | 033485058d02c4e87c67917ef63e04ef721c9fc3 (patch) | |
| tree | 38ff1eabd24fabf3cc816c43e5e8585beb1453ef | |
| parent | a766afd570cc2e9ecddba1ce1bcf19e6bc12688a (diff) | |
qcacld-2.0: CL 1661152 - update fw common interface files
Add extended FW build version info to the WMI ready messages.
Change-Id: I4b9a62c56e365825d4d8db91031888518f2509c7
CRs-Fixed: 865207
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 6 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 20d4ed139ffb..36638d01963f 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -1953,6 +1953,12 @@ typedef struct { * Value 0 means FW hasn't given any limit to host. */ A_UINT32 max_bssid_rx_filters; + /* + * Extended FW build version information: + * bits 27:0 -> reserved + * bits 31:28 -> CRM sub ID + */ + A_UINT32 fw_build_vers_ext; } wmi_service_ready_ext_event_fixed_param; typedef enum { diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index 89476edf2502..481a64f75dbe 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_ 301 +#define __WMI_REVISION_ 302 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
