Loading fw/wmi_unified.h +9 −0 Original line number Diff line number Diff line Loading @@ -34550,6 +34550,15 @@ typedef enum wmi_coex_config_type { * Enable all coex policies. */ WMI_COEX_SET_TRAFFIC_SHAPING_MODE = 50, /* WMI_COEX_CONFIG_ENABLE_CONT_INFO * enable contention info log * arg1: * 0: disable both cont/sched log * 1: enable cont log * 2: enable sched log * 3: enable both cont and sched log */ WMI_COEX_CONFIG_ENABLE_CONT_INFO = 51, } WMI_COEX_CONFIG_TYPE; typedef struct { fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,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_ 1391 #define __WMI_REVISION_ 1392 /** 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 @@ -34550,6 +34550,15 @@ typedef enum wmi_coex_config_type { * Enable all coex policies. */ WMI_COEX_SET_TRAFFIC_SHAPING_MODE = 50, /* WMI_COEX_CONFIG_ENABLE_CONT_INFO * enable contention info log * arg1: * 0: disable both cont/sched log * 1: enable cont log * 2: enable sched log * 3: enable both cont and sched log */ WMI_COEX_CONFIG_ENABLE_CONT_INFO = 51, } WMI_COEX_CONFIG_TYPE; typedef struct {
fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,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_ 1391 #define __WMI_REVISION_ 1392 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading