diff options
| author | Krishna Kumaar Natarajan <kknatara@codeaurora.org> | 2016-10-10 18:07:49 -0700 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2016-10-17 21:58:51 -0700 |
| commit | bddb6676259b904502bddd45bab948cc2598e007 (patch) | |
| tree | a03f9a7139a59ba0162cf21f426354c916c83eaf | |
| parent | 099838379057a4e56d23a0189f86c9f20686439a (diff) | |
qcacld-3.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-- | target/inc/wmi_unified.h | 6 | ||||
| -rw-r--r-- | target/inc/wmi_version.h | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/target/inc/wmi_unified.h b/target/inc/wmi_unified.h index 427f7924b672..5e409a2872df 100644 --- a/target/inc/wmi_unified.h +++ b/target/inc/wmi_unified.h @@ -2011,6 +2011,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/target/inc/wmi_version.h b/target/inc/wmi_version.h index fa010ff8ffcd..67b42c15c1f6 100644 --- a/target/inc/wmi_version.h +++ b/target/inc/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 |
