From fbb60c28be75ca9826027e282b5198981cd03c47 Mon Sep 17 00:00:00 2001 From: Nishank Aggarwal Date: Wed, 2 Nov 2016 20:42:37 +0530 Subject: qcacld-2.0: CL 1689168 - update fw common interface files add radio_id in wmi_tx_power_level_stats_evt_fixed_param Change-Id: I99482ce637f964367d529aaa39676ccfb036903c CRs-Fixed: 865207 --- CORE/SERVICES/COMMON/wmi_unified.h | 2 ++ CORE/SERVICES/COMMON/wmi_version.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index eae3aefdf925..bdb4a8e0edf7 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -4570,6 +4570,8 @@ typedef struct { * per power level stats. */ A_UINT32 power_level_offset; + /* radio id for this tx time per power level statistics (if multiple radio supported) */ + A_UINT32 radio_id; /* * This TLV will be followed by a TLV containing a variable-length array of * A_UINT32 with tx time per power level data diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index b9ed16de8daf..b60775ab2fb0 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_ 308 +#define __WMI_REVISION_ 309 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work -- cgit v1.2.3