diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index dbd467b92b..103fa3514f 100644 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -2572,6 +2572,9 @@ typedef struct { #define WMI_RSRC_CFG_FLAG_TX_PPDU_STATS_ENABLE_S 11 #define WMI_RSRC_CFG_FLAG_TX_PPDU_STATS_ENABLE_M 0x800 + #define WMI_RSRC_CFG_FLAG_TCL_CCE_DISABLE_S 12 + #define WMI_RSRC_CFG_FLAG_TCL_CCE_DISABLE_M 0x1000 + A_UINT32 flag1; /** @brief smart_ant_cap - Smart Antenna capabilities information @@ -2709,6 +2712,11 @@ typedef struct { #define WMI_RSRC_CFG_FLAG_TX_MSDU_ID_NEW_PARTITION_SUPPORT_GET(word32) \ WMI_RSRC_CFG_FLAG_GET((word32), TX_MSDU_ID_NEW_PARTITION_SUPPORT) +#define WMI_RSRC_CFG_FLAG_TCL_CCE_DISABLE_SET(word32, value) \ + WMI_RSRC_CFG_FLAG_SET((word32), TCL_CCE_DISABLE, (value)) +#define WMI_RSRC_CFG_FLAG_TCL_CCE_DISABLE_GET(word32) \ + WMI_RSRC_CFG_FLAG_GET((word32), TCL_CCE_DISABLE) + typedef struct { A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_init_cmd_fixed_param */ diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 42753c7046..e4083a4e87 100644 --- a/fw/wmi_version.h +++ b/fw/wmi_version.h @@ -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_ 466 +#define __WMI_REVISION_ 467 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work