|
@@ -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 */
|
|
|
|