diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-04-25 09:43:23 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-04-25 09:43:23 -0700 |
| commit | d4e944f3b23a4d414e5560da7763bab6866939d1 (patch) | |
| tree | 8cdfd8fa542ead7b51ff010b3f5bfaff1484de0e | |
| parent | af5a7635e1a0f9884bfe7fc5cef39fbd670e73c1 (diff) | |
| parent | 65d1ab0a2515868d689be705c49922577d2bd250 (diff) | |
Merge "qcacld-2.0: CL 2909934 - update fw common interface files" into wlan-cld2.driver.lnx.1.0-dev
| -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 b0b6f034695c..450972d755b8 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -17395,6 +17395,8 @@ typedef enum wmi_coex_config_type { 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, + /* config whether enable PTA and GPIO number (arg1 is pta_enable, arg2 is GPIO number used as /BT_ACTIVE/BT_PRIORITY/WLAN_DENY,8 bit for each) */ + WMI_COEX_CONFIG_PTA_CONFIG = 13, } WMI_COEX_CONFIG_TYPE; typedef struct { diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index 7fa364a92fd4..a708ccc74f05 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_ 361 +#define __WMI_REVISION_ 362 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
