Browse Source

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
Nishank Aggarwal 8 years ago
parent
commit
c35019638a
2 changed files with 3 additions and 1 deletions
  1. 2 0
      target/inc/wmi_unified.h
  2. 1 1
      target/inc/wmi_version.h

+ 2 - 0
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

+ 1 - 1
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