Loading fw/wmi_unified.h +12 −0 Original line number Diff line number Diff line Loading @@ -34543,6 +34543,13 @@ typedef enum wmi_coex_config_type { * config BT RX PER threshold */ WMI_COEX_CONFIG_BT_RX_PER_THRESHOLD = 49, /* WMI_COEX_SET_TRAFFIC_SHAPING_MODE * arg1: 0 (WMI_COEX_TRAFFIC_SHAPING_MODE_DISABLED) * Disable coex policies and set fixed arbitration config. * 1 (WMI_COEX_TRAFFIC_SHAPING_MODE_ENABLED) * Enable all coex policies. */ WMI_COEX_SET_TRAFFIC_SHAPING_MODE = 50, } WMI_COEX_CONFIG_TYPE; typedef struct { Loading @@ -34563,6 +34570,11 @@ typedef enum wmi_coex_dbam_mode_type { WMI_COEX_DBAM_FORCED = 2, } WMI_COEX_DBAM_MODE_TYPE; typedef enum { WMI_COEX_TRAFFIC_SHAPING_MODE_DISABLED = 0, WMI_COEX_TRAFFIC_SHAPING_MODE_ENABLED = 1, } WMI_COEX_TRAFFIC_SHAPING_MODE; typedef struct { A_UINT32 tlv_header; A_UINT32 vdev_id; 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_ 1387 #define __WMI_REVISION_ 1388 /** 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 +12 −0 Original line number Diff line number Diff line Loading @@ -34543,6 +34543,13 @@ typedef enum wmi_coex_config_type { * config BT RX PER threshold */ WMI_COEX_CONFIG_BT_RX_PER_THRESHOLD = 49, /* WMI_COEX_SET_TRAFFIC_SHAPING_MODE * arg1: 0 (WMI_COEX_TRAFFIC_SHAPING_MODE_DISABLED) * Disable coex policies and set fixed arbitration config. * 1 (WMI_COEX_TRAFFIC_SHAPING_MODE_ENABLED) * Enable all coex policies. */ WMI_COEX_SET_TRAFFIC_SHAPING_MODE = 50, } WMI_COEX_CONFIG_TYPE; typedef struct { Loading @@ -34563,6 +34570,11 @@ typedef enum wmi_coex_dbam_mode_type { WMI_COEX_DBAM_FORCED = 2, } WMI_COEX_DBAM_MODE_TYPE; typedef enum { WMI_COEX_TRAFFIC_SHAPING_MODE_DISABLED = 0, WMI_COEX_TRAFFIC_SHAPING_MODE_ENABLED = 1, } WMI_COEX_TRAFFIC_SHAPING_MODE; typedef struct { A_UINT32 tlv_header; A_UINT32 vdev_id;
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_ 1387 #define __WMI_REVISION_ 1388 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading