Loading fw/wmi_unified.h +9 −0 Original line number Diff line number Diff line Loading @@ -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 { fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
fw/wmi_unified.h +9 −0 Original line number Diff line number Diff line Loading @@ -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 {
fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading