diff options
| author | Manjeet Singh <manjee@codeaurora.org> | 2016-12-20 15:04:23 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-01-06 20:52:37 -0800 |
| commit | 98436e8fb34b12cfa7928e39137fd75c3fe2a86a (patch) | |
| tree | 35f53c04744eafad986fdcff9f320d059d86b292 | |
| parent | 4d9dfa2fc396ae9098e5b5be66e881ab47ddd754 (diff) | |
qcacld-3.0: CL 2731156 - update fw common interface files
change WMI FIPS_EVENT data array elements from A_UINT32 to A_UIINT8
Change-Id: I939af363f980345611062118fdf273ca4aececbb
CRs-Fixed: 865207
| -rw-r--r-- | target/inc/wmi_tlv_defs.h | 2 | ||||
| -rw-r--r-- | target/inc/wmi_version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/inc/wmi_tlv_defs.h b/target/inc/wmi_tlv_defs.h index fa889a47fce0..73bfec31efe4 100644 --- a/target/inc/wmi_tlv_defs.h +++ b/target/inc/wmi_tlv_defs.h @@ -3943,7 +3943,7 @@ WMITLV_CREATE_PARAM_STRUC(WMI_BPF_VDEV_STATS_INFO_EVENTID); /* FIPS event */ #define WMITLV_TABLE_WMI_PDEV_FIPS_EVENTID(id, op, buf, len) \ WMITLV_ELEM(id, op, buf, len, WMITLV_TAG_STRUC_wmi_pdev_fips_event_fixed_param, wmi_pdev_fips_event_fixed_param, fixed_param, WMITLV_SIZE_FIX) \ -WMITLV_ELEM(id, op, buf, len, WMITLV_TAG_ARRAY_UINT32, A_UINT32, data, WMITLV_SIZE_VAR) +WMITLV_ELEM(id, op, buf, len, WMITLV_TAG_ARRAY_BYTE, A_UINT8, data, WMITLV_SIZE_VAR) WMITLV_CREATE_PARAM_STRUC(WMI_PDEV_FIPS_EVENTID); #define WMITLV_TABLE_WMI_PDEV_CHANNEL_HOPPING_EVENTID(id, op, buf, len) \ diff --git a/target/inc/wmi_version.h b/target/inc/wmi_version.h index f006f9dc1739..00b0edce87da 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_ 324 +#define __WMI_REVISION_ 325 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
