diff options
| author | Sandeep Puligilla <spuligil@codeaurora.org> | 2016-11-03 12:25:57 -0700 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2016-11-04 15:05:38 -0700 |
| commit | ce5787086fa55caff0fd84829e0759d7c1f519e8 (patch) | |
| tree | 5fdaf805f15124688f33d9064c150933f6b2a0aa | |
| parent | 5c10e12699492d9f20c82e5c2dca23c6faf47d07 (diff) | |
qcacld-3.0: CL 1684348 - update fw common interface files
Add WMI_COEX_CONFIG_TX_POWER def
Change-Id: I99f5ec28387ba97d1c6e73a2407a0f2984e67925
CRs-Fixed: 865207
| -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 bba21b542d04..dd3c942c99b8 100644 --- a/target/inc/wmi_unified.h +++ b/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 { diff --git a/target/inc/wmi_version.h b/target/inc/wmi_version.h index 98d91b0c8161..4f386168bd56 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_ 305 +#define __WMI_REVISION_ 306 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
