From fa2b2d18b014955b9a72fbe672fc7a5ccd5d3ca6 Mon Sep 17 00:00:00 2001 From: "Poddar, Siddarth" Date: Thu, 29 Sep 2016 20:33:43 +0530 Subject: [PATCH] =?UTF-8?q?qcacld-3.0:=20CL=201649677=20=E2=80=93=20update?= =?UTF-8?q?=20fw=20common=20interface=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- target/inc/wmi_unified.h | 28 ++++++++++++++++++++++------ 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 6f32848889..56b6184317 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 628ef1a9a8..f0d6a19430 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