diff options
| author | Nishank Aggarwal <naggar@codeaurora.org> | 2016-11-02 20:42:37 +0530 |
|---|---|---|
| committer | Anjaneedevi Kapparapu <akappa@codeaurora.org> | 2016-11-11 19:48:32 +0530 |
| commit | fbb60c28be75ca9826027e282b5198981cd03c47 (patch) | |
| tree | 78cf327a2c5dda216034d86a02f5fd945f2d6d24 | |
| parent | fbc476df55e4b5c370e7b504bcbee818934675ad (diff) | |
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
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 2 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 3 insertions, 1 deletions
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 |
