浏览代码

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

Propagation from qcacld-2.0 to qcacld-3.0.

Add WMI_COEX_CONFIG_COEX_DBG def.

Change-Id: I7d320ce070087b464784baee886c5d1d103a7b6c
CRs-Fixed: 865207
Himanshu Agarwal 8 年之前
父节点
当前提交
b4e1a496c1
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. 2 0
      target/inc/wmi_unified.h
  2. 1 1
      target/inc/wmi_version.h

+ 2 - 0
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 {

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