浏览代码

Merge "fw-api: CL 6529657 - update fw common interface files"

Linux Build Service Account 6 年之前
父节点
当前提交
e4c77a2e8a
共有 2 个文件被更改,包括 10 次插入1 次删除
  1. 9 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 9 - 0
fw/wmi_unified.h

@@ -22109,6 +22109,15 @@ typedef enum wmi_coex_config_type {
      *   arg5 - t_delay for high priority traffic (microsecond units)
      */
     WMI_COEX_CONFIG_THREE_WAY_DELAY_PARA   = 33,
+    /* WMI_COEX_CONFIG_THREE_WAY_COEX_START  
+     * config to set coex parameters from WLAN host to adjust priorities
+     * among wlan/bt/zb
+     * arg1 - priority level 1, the serialized coex scenorio ID will be put here
+     * arg2 - priority level 2, same parameters rules as arg1
+     * arg3 - priority level 3, same parameters rules as arg1
+     * arg4 - priority level 4, same parameters rules as arg1
+     */
+    WMI_COEX_CONFIG_THREE_WAY_COEX_START   = 34,
 } WMI_COEX_CONFIG_TYPE;
 
 typedef struct {

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