summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfw/wmi_unified.h9
-rwxr-xr-xfw/wmi_version.h2
2 files changed, 10 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h
index 486d230160ff..1c5c0b893aa2 100755
--- a/fw/wmi_unified.h
+++ b/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 {
diff --git a/fw/wmi_version.h b/fw/wmi_version.h
index 5b85c8b56499..29ad2c3a7484 100755
--- a/fw/wmi_version.h
+++ b/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