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
This commit is contained in:
Krishna Kumaar Natarajan
2016-10-10 18:07:49 -07:00
committed by qcabuildsw
parent 0998383790
commit bddb667625
2 changed files with 7 additions and 1 deletions

View File

@@ -2011,6 +2011,12 @@ typedef struct {
* Value 0 means FW hasn't given any limit to host. * Value 0 means FW hasn't given any limit to host.
*/ */
A_UINT32 max_bssid_rx_filters; 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; } wmi_service_ready_ext_event_fixed_param;
typedef enum { typedef enum {

View File

@@ -36,7 +36,7 @@
#define __WMI_VER_MINOR_ 0 #define __WMI_VER_MINOR_ 0
/** WMI revision number has to be incremented when there is a /** WMI revision number has to be incremented when there is a
* change that may or may not break compatibility */ * 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 /** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work * host and firmware of the same WMI namespace will work