diff options
| author | CNSS_WLAN Service <cnssbldsw@qualcomm.com> | 2017-05-24 20:06:44 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-05-24 20:06:44 -0700 |
| commit | 370c0e23e105dcb95482a06122af568be4dfb5fa (patch) | |
| tree | 96f81f2051798d0240e26de1fc42c3f4d286f221 | |
| parent | 276e00aaa00f7132a48ab45c9bc65f96be1e9208 (diff) | |
| parent | f6c9d5e08d8797904a26c2fb4bf9fc931111224b (diff) | |
Merge "fw-api: CL 3087833 - update fw common interface files" into wlan-api.lnx.1.1-dev
| -rwxr-xr-x | fw/wmi_unified.h | 3 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index dc9dc3fcaa17..afa36095431a 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -17935,6 +17935,9 @@ typedef enum wmi_coex_config_type { arg6 PTA priority */ WMI_COEX_CONFIG_BTC_DUTYCYCLE = 18, /* config interval (ms units) (arg1 WLAN pause duration, arg2 WLAN unpause duration) for WLAN UL + BT Rx */ WMI_COEX_CONFIG_HANDOVER_RSSI = 19, /* config to set WLAN RSSI (dBm units) at which device switches from Hybrid to TDD coex mode */ + WMI_COEX_CONFIG_PTA_BT_INFO = 20, /* get BT information, + arg1 BT info type: WMI_COEX_PTA_BT_INFO_TYPE_T, scan/advertise/connection info, + arg2-arg5: BT information parameters */ } WMI_COEX_CONFIG_TYPE; typedef struct { diff --git a/fw/wmi_version.h b/fw/wmi_version.h index deb0979fcabd..5a2db6ee51a8 100755 --- a/fw/wmi_version.h +++ b/fw/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_ 390 +#define __WMI_REVISION_ 391 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
