diff options
| author | Poddar, Siddarth <siddpodd@codeaurora.org> | 2016-09-29 20:33:43 +0530 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2016-10-03 17:32:59 -0700 |
| commit | fa2b2d18b014955b9a72fbe672fc7a5ccd5d3ca6 (patch) | |
| tree | 86c2fc87a8cf1476d34ad85a8fdfac23da90d619 | |
| parent | cd94ec62e09c1e48da2b186996fc6f8daf5c37bf (diff) | |
qcacld-3.0: CL 1649677 – update fw common interface files
Propagation from qcacld-2.0 to qcacld-3.0.
WMI config parameters to tune the WLAN/BT OCS intervals
during BT Inquiry
Change-Id: I7b4965607a611ba64b5b245afd532af1ba97f99b
CRs-Fixed: 865207
| -rw-r--r-- | target/inc/wmi_unified.h | 28 | ||||
| -rw-r--r-- | target/inc/wmi_version.h | 2 |
2 files changed, 23 insertions, 7 deletions
diff --git a/target/inc/wmi_unified.h b/target/inc/wmi_unified.h index 6f3284888901..56b618431784 100644 --- a/target/inc/wmi_unified.h +++ b/target/inc/wmi_unified.h @@ -16927,17 +16927,33 @@ typedef struct { typedef enum wmi_coex_config_type { /* config interval (arg1 BT, arg2 WLAN) for P2P + PAGE */ - WMI_COEX_CONFIG_PAGE_P2P_TDM = 1, + WMI_COEX_CONFIG_PAGE_P2P_TDM = 1, /* config interval (arg1 BT, arg2 WLAN) for STA + PAGE */ - WMI_COEX_CONFIG_PAGE_STA_TDM = 2, + WMI_COEX_CONFIG_PAGE_STA_TDM = 2, /* config interval (arg1 BT, arg2 WLAN) for SAP + PAGE */ - WMI_COEX_CONFIG_PAGE_SAP_TDM = 3, + WMI_COEX_CONFIG_PAGE_SAP_TDM = 3, /* config during WLAN connection */ - WMI_COEX_CONFIG_DURING_WLAN_CONN = 4, + WMI_COEX_CONFIG_DURING_WLAN_CONN = 4, /* config to enable/disable BTC */ - WMI_COEX_CONFIG_BTC_ENABLE = 5, + WMI_COEX_CONFIG_BTC_ENABLE = 5, /* config of COEX debug setting */ - WMI_COEX_CONFIG_COEX_DBG = 6, + WMI_COEX_CONFIG_COEX_DBG = 6, + /* + * config interval (ms units) (arg1 BT, arg2 WLAN) + * for P2P + STA + PAGE + */ + WMI_COEX_CONFIG_PAGE_P2P_STA_TDM = 7, + /* config interval (ms units) (arg1 BT, arg2 WLAN) for P2P + INQUIRY */ + WMI_COEX_CONFIG_INQUIRY_P2P_TDM = 8, + /* config interval (ms units) (arg1 BT, arg2 WLAN) for STA + INQUIRY */ + WMI_COEX_CONFIG_INQUIRY_STA_TDM = 9, + /* config interval (ms units) (arg1 BT, arg2 WLAN) for SAP + INQUIRY */ + WMI_COEX_CONFIG_INQUIRY_SAP_TDM = 10, + /* + * config interval (ms units) (arg1 BT, arg2 WLAN) for P2P + STA + + * INQUIRY + */ + WMI_COEX_CONFIG_INQUIRY_P2P_STA_TDM = 11, } WMI_COEX_CONFIG_TYPE; typedef struct { diff --git a/target/inc/wmi_version.h b/target/inc/wmi_version.h index 628ef1a9a820..f0d6a194305d 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_ 299 +#define __WMI_REVISION_ 300 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
