|
@@ -12728,6 +12728,8 @@ void wmi_copy_resource_config(wmi_resource_config *resource_cfg,
|
|
if (tgt_res_cfg->tx_msdu_new_partition_id_support)
|
|
if (tgt_res_cfg->tx_msdu_new_partition_id_support)
|
|
WMI_RSRC_CFG_FLAG_TX_MSDU_ID_NEW_PARTITION_SUPPORT_SET(
|
|
WMI_RSRC_CFG_FLAG_TX_MSDU_ID_NEW_PARTITION_SUPPORT_SET(
|
|
resource_cfg->flag1, 1);
|
|
resource_cfg->flag1, 1);
|
|
|
|
+ if (tgt_res_cfg->cce_disable)
|
|
|
|
+ WMI_RSRC_CFG_FLAG_TCL_CCE_DISABLE_SET(resource_cfg->flag1, 1);
|
|
}
|
|
}
|
|
|
|
|
|
/* copy_hw_mode_id_in_init_cmd() - Helper routine to copy hw_mode in init cmd
|
|
/* copy_hw_mode_id_in_init_cmd() - Helper routine to copy hw_mode in init cmd
|