Browse Source

qcacld-3.0: CL 1509448 – update fw common interface files

Propagation from qcacld-2.0 to qcacld-3.0

Merge WMI_VDEV_VOW_ENABLED flag
Add a new config to set preferable audio during WLAN connection

Change-Id: I86ed461a5d3d6d7f48e5ce2eb9370771a619d667
CRs-Fixed: 865207
Himanshu Agarwal 9 years ago
parent
commit
800d58d7c8
2 changed files with 9 additions and 2 deletions
  1. 8 1
      target/inc/wmi_unified.h
  2. 1 1
      target/inc/wmi_version.h

+ 8 - 1
target/inc/wmi_unified.h

@@ -5495,10 +5495,13 @@ typedef enum {
 } WMI_VDEV_PARAM;
 
 /* vdev capabilities bit mask */
-#define WMI_VDEV_BEACON_SUPPORT 0x1
+#define WMI_VDEV_BEACON_SUPPORT  0x1
 #define WMI_VDEV_WDS_LRN_ENABLED 0x2
+#define WMI_VDEV_VOW_ENABLED     0x4
+
 #define WMI_VDEV_IS_BEACON_SUPPORTED(param) ((param) & WMI_VDEV_BEACON_SUPPORT)
 #define WMI_VDEV_IS_WDS_LRN_ENABLED(param) ((param) & WMI_VDEV_WDS_LRN_ENABLED)
+#define WMI_VDEV_IS_VOW_ENABLED(param) ((param) & WMI_VDEV_VOW_ENABLED)
 
 /* TXBF capabilities masks */
 #define WMI_TXBF_CONF_SU_TX_BFEE_S 0
@@ -15375,6 +15378,10 @@ typedef enum wmi_coex_config_type {
 	WMI_COEX_CONFIG_PAGE_STA_TDM = 2,
 	/* config interval (arg1 BT, arg2 WLAN) for SAP + PAGE */
 	WMI_COEX_CONFIG_PAGE_SAP_TDM = 3,
+	/* config during WLAN connection */
+	WMI_COEX_CONFIG_DURING_WLAN_CONN = 4,
+	/* config to enable/disable BTC */
+	WMI_COEX_CONFIG_BTC_ENABLE = 5,
 } WMI_COEX_CONFIG_TYPE;
 
 typedef struct {

+ 1 - 1
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_ 245
+#define __WMI_REVISION_ 247
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work