Loading fw/wmi_unified.h +12 −1 Original line number Original line Diff line number Diff line Loading @@ -4437,8 +4437,14 @@ typedef struct { * 1 -> disable wds_mec_intrabss offload * 1 -> disable wds_mec_intrabss offload * Refer to WMI_RSRC_CFG_FLAGS2_DISABLE_WDS_MEC_INTRABSS_OFFLOAD_GET / * Refer to WMI_RSRC_CFG_FLAGS2_DISABLE_WDS_MEC_INTRABSS_OFFLOAD_GET / * SET macros. * SET macros. * Bit 16 - latency_flowq_support * Flag to indicate whether host supports latency tolerant queue. * By default, it is disabled. * 0 -> disable latency_flowq_support * 1 -> enable latency_flowq_support * Refer to WMI_RSRC_CFG_FLAGS2_LATENCY_FLOWQ_SUPPORT_GET/SET macros. * * * Bits 31:16 - Reserved * Bits 31:17 - Reserved */ */ A_UINT32 flags2; A_UINT32 flags2; /** @brief host_service_flags - can be used by Host to indicate /** @brief host_service_flags - can be used by Host to indicate Loading Loading @@ -4882,6 +4888,11 @@ typedef struct { #define WMI_RSRC_CFG_FLAGS2_DISABLE_WDS_MEC_INTRABSS_OFFLOAD_SET(flags2, value) \ #define WMI_RSRC_CFG_FLAGS2_DISABLE_WDS_MEC_INTRABSS_OFFLOAD_SET(flags2, value) \ WMI_SET_BITS(flags2, 15, 1, value) WMI_SET_BITS(flags2, 15, 1, value) #define WMI_RSRC_CFG_FLAGS2_LATENCY_FLOWQ_SUPPORT_GET(flags2) \ WMI_GET_BITS(flags2, 16, 1) #define WMI_RSRC_CFG_FLAGS2_LATENCY_FLOWQ_SUPPORT_SET(flags2, value) \ WMI_SET_BITS(flags2, 16, 1, value) #define WMI_RSRC_CFG_HOST_SERVICE_FLAG_NAN_IFACE_SUPPORT_GET(host_service_flags) \ #define WMI_RSRC_CFG_HOST_SERVICE_FLAG_NAN_IFACE_SUPPORT_GET(host_service_flags) \ WMI_GET_BITS(host_service_flags, 0, 1) WMI_GET_BITS(host_service_flags, 0, 1) fw/wmi_version.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -37,7 +37,7 @@ #define __WMI_VER_MINOR_ 0 #define __WMI_VER_MINOR_ 0 /** WMI revision number has to be incremented when there is a /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility. */ * change that may or may not break compatibility. */ #define __WMI_REVISION_ 1311 #define __WMI_REVISION_ 1312 /** The Version Namespace should not be normally changed. Only /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work * host and firmware of the same WMI namespace will work Loading Loading
fw/wmi_unified.h +12 −1 Original line number Original line Diff line number Diff line Loading @@ -4437,8 +4437,14 @@ typedef struct { * 1 -> disable wds_mec_intrabss offload * 1 -> disable wds_mec_intrabss offload * Refer to WMI_RSRC_CFG_FLAGS2_DISABLE_WDS_MEC_INTRABSS_OFFLOAD_GET / * Refer to WMI_RSRC_CFG_FLAGS2_DISABLE_WDS_MEC_INTRABSS_OFFLOAD_GET / * SET macros. * SET macros. * Bit 16 - latency_flowq_support * Flag to indicate whether host supports latency tolerant queue. * By default, it is disabled. * 0 -> disable latency_flowq_support * 1 -> enable latency_flowq_support * Refer to WMI_RSRC_CFG_FLAGS2_LATENCY_FLOWQ_SUPPORT_GET/SET macros. * * * Bits 31:16 - Reserved * Bits 31:17 - Reserved */ */ A_UINT32 flags2; A_UINT32 flags2; /** @brief host_service_flags - can be used by Host to indicate /** @brief host_service_flags - can be used by Host to indicate Loading Loading @@ -4882,6 +4888,11 @@ typedef struct { #define WMI_RSRC_CFG_FLAGS2_DISABLE_WDS_MEC_INTRABSS_OFFLOAD_SET(flags2, value) \ #define WMI_RSRC_CFG_FLAGS2_DISABLE_WDS_MEC_INTRABSS_OFFLOAD_SET(flags2, value) \ WMI_SET_BITS(flags2, 15, 1, value) WMI_SET_BITS(flags2, 15, 1, value) #define WMI_RSRC_CFG_FLAGS2_LATENCY_FLOWQ_SUPPORT_GET(flags2) \ WMI_GET_BITS(flags2, 16, 1) #define WMI_RSRC_CFG_FLAGS2_LATENCY_FLOWQ_SUPPORT_SET(flags2, value) \ WMI_SET_BITS(flags2, 16, 1, value) #define WMI_RSRC_CFG_HOST_SERVICE_FLAG_NAN_IFACE_SUPPORT_GET(host_service_flags) \ #define WMI_RSRC_CFG_HOST_SERVICE_FLAG_NAN_IFACE_SUPPORT_GET(host_service_flags) \ WMI_GET_BITS(host_service_flags, 0, 1) WMI_GET_BITS(host_service_flags, 0, 1)
fw/wmi_version.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -37,7 +37,7 @@ #define __WMI_VER_MINOR_ 0 #define __WMI_VER_MINOR_ 0 /** WMI revision number has to be incremented when there is a /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility. */ * change that may or may not break compatibility. */ #define __WMI_REVISION_ 1311 #define __WMI_REVISION_ 1312 /** The Version Namespace should not be normally changed. Only /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work * host and firmware of the same WMI namespace will work Loading