Browse Source

qcacld-3.0: CL 1684348 - update fw common interface files

Add WMI_COEX_CONFIG_TX_POWER def

Change-Id: I99f5ec28387ba97d1c6e73a2407a0f2984e67925
CRs-Fixed: 865207
Sandeep Puligilla 8 years ago
parent
commit
1a726391f7
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

@@ -17138,6 +17138,8 @@ typedef enum wmi_coex_config_type {
 	 * INQUIRY
 	 */
 	WMI_COEX_CONFIG_INQUIRY_P2P_STA_TDM = 11,
+	/* config wlan total tx power when bt coex (arg1 is wlan_tx_power_limit, in 0.5dbm units) */
+	WMI_COEX_CONFIG_TX_POWER            = 12,
 } WMI_COEX_CONFIG_TYPE;
 
 typedef struct {

+ 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_ 305
+#define __WMI_REVISION_ 306
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work