diff options
| author | Nishank Aggarwal <naggar@codeaurora.org> | 2016-11-03 16:29:56 +0530 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2016-11-04 15:05:43 -0700 |
| commit | 8f2dc2f1d45e9a62ddc3e2e8e4c1ff09a8add539 (patch) | |
| tree | fc987e72f48aa40e12cf5a2225a23ecb3dd3b9e6 /target | |
| parent | 76787d2160dba3d9165876047197ddf2cec82cda (diff) | |
qcacld-3.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
Diffstat (limited to 'target')
| -rw-r--r-- | target/inc/wmi_unified.h | 2 | ||||
| -rw-r--r-- | target/inc/wmi_version.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/target/inc/wmi_unified.h b/target/inc/wmi_unified.h index 52061db17407..efe0c4fe5a09 100644 --- a/target/inc/wmi_unified.h +++ b/target/inc/wmi_unified.h @@ -4828,6 +4828,8 @@ typedef struct { * tx time 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/target/inc/wmi_version.h b/target/inc/wmi_version.h index c336b37136f8..9bfb9364e4c0 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_ 308 +#define __WMI_REVISION_ 309 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
