qcacmn: WMI changes for target scheduler policy

WMI changes for target scheduler policy

Change-Id: I80407695af4bd8c9c57ae0bf33d0f03bac879c84
CRs-fixed: 2152448
This commit is contained in:
Kris Muthusamy
2017-11-30 01:40:46 -08:00
committed by snandini
parent f3ef42df77
commit 3c2c76adf3

View File

@@ -12719,6 +12719,7 @@ void wmi_copy_resource_config(wmi_resource_config *resource_cfg,
resource_cfg->use_pdev_id = tgt_res_cfg->use_pdev_id;
resource_cfg->max_num_dbs_scan_duty_cycle =
tgt_res_cfg->max_num_dbs_scan_duty_cycle;
resource_cfg->sched_params = tgt_res_cfg->scheduler_params;
if (tgt_res_cfg->atf_config)
WMI_RSRC_CFG_FLAG_ATF_CONFIG_ENABLE_SET(resource_cfg->flag1, 1);