diff options
| author | Service qcabuildsw <qcabuildsw@localhost> | 2016-09-19 12:40:43 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-09-19 12:40:43 -0700 |
| commit | 421d1f1dc3bbd77a4b49ee85e65ed08d67614a4c (patch) | |
| tree | b35e35f7cd29206dbe8ceddccdf52e07e17710d6 | |
| parent | 919c36db6748fcf11d051e14fc41648e339c5c38 (diff) | |
| parent | b4e1a496c1678bf6b35d7b3459c28e8cbb5472e6 (diff) | |
Merge "qcacld-3.0: CL 1638528 – update fw common interface files" into wlan-cld3.driver.lnx.1.1-dev
| -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 7f11197ddbbb..58375eef8d42 100644 --- a/target/inc/wmi_unified.h +++ b/target/inc/wmi_unified.h @@ -16774,6 +16774,8 @@ typedef enum wmi_coex_config_type { WMI_COEX_CONFIG_DURING_WLAN_CONN = 4, /* config to enable/disable BTC */ WMI_COEX_CONFIG_BTC_ENABLE = 5, + /* config of COEX debug setting */ + WMI_COEX_CONFIG_COEX_DBG = 6, } WMI_COEX_CONFIG_TYPE; typedef struct { diff --git a/target/inc/wmi_version.h b/target/inc/wmi_version.h index 468e18d55b97..5a344d978c22 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_ 293 +#define __WMI_REVISION_ 294 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
