Loading fw/wmi_unified.h +12 −0 Original line number Diff line number Diff line Loading @@ -4032,6 +4032,13 @@ typedef struct { * default beacon size (1500) is used. */ A_UINT32 ema_init_config; /** @brief carrier_config * Carrier profile configuration * BIT 0 -> enable/disable charter configurations * BIT 1 : 31 Reserved */ A_UINT32 carrier_config; } wmi_resource_config; #define WMI_MSDU_FLOW_AST_ENABLE_GET(msdu_flow_config0, ast_x) \ Loading Loading @@ -4311,6 +4318,11 @@ typedef struct { #define WMI_RSRC_CFG_HOST_SERVICE_FLAG_REG_DISCARD_AFC_REQ_ID_CHECK_SET(host_service_flags, val) \ WMI_SET_BITS(host_service_flags, 9, 1, val) #define WMI_RSRC_CFG_CARRIER_CFG_CHARTER_ENABLE_GET(carrier_config) \ WMI_GET_BITS(carrier_config, 0, 1) #define WMI_RSRC_CFG_CARRIER_CFG_CHARTER_ENABLE_SET(carrier_config, val) \ WMI_SET_BITS(carrier_config, 0, 1, val) typedef struct { A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_init_cmd_fixed_param */ 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_ 1048 #define __WMI_REVISION_ 1049 /** 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 @@ -4032,6 +4032,13 @@ typedef struct { * default beacon size (1500) is used. */ A_UINT32 ema_init_config; /** @brief carrier_config * Carrier profile configuration * BIT 0 -> enable/disable charter configurations * BIT 1 : 31 Reserved */ A_UINT32 carrier_config; } wmi_resource_config; #define WMI_MSDU_FLOW_AST_ENABLE_GET(msdu_flow_config0, ast_x) \ Loading Loading @@ -4311,6 +4318,11 @@ typedef struct { #define WMI_RSRC_CFG_HOST_SERVICE_FLAG_REG_DISCARD_AFC_REQ_ID_CHECK_SET(host_service_flags, val) \ WMI_SET_BITS(host_service_flags, 9, 1, val) #define WMI_RSRC_CFG_CARRIER_CFG_CHARTER_ENABLE_GET(carrier_config) \ WMI_GET_BITS(carrier_config, 0, 1) #define WMI_RSRC_CFG_CARRIER_CFG_CHARTER_ENABLE_SET(carrier_config, val) \ WMI_SET_BITS(carrier_config, 0, 1, val) typedef struct { A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_init_cmd_fixed_param */
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_ 1048 #define __WMI_REVISION_ 1049 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading