|
@@ -78,6 +78,7 @@ int hdd_update_cds_config_ftm(struct hdd_context *hdd_ctx)
|
|
hdd_lpass_populate_cds_config(cds_cfg, hdd_ctx);
|
|
hdd_lpass_populate_cds_config(cds_cfg, hdd_ctx);
|
|
cds_cfg->sub_20_channel_width = WLAN_SUB_20_CH_WIDTH_NONE;
|
|
cds_cfg->sub_20_channel_width = WLAN_SUB_20_CH_WIDTH_NONE;
|
|
cds_cfg->self_recovery_enabled = hdd_ctx->config->enableSelfRecovery;
|
|
cds_cfg->self_recovery_enabled = hdd_ctx->config->enableSelfRecovery;
|
|
|
|
+ cds_cfg->num_vdevs = hdd_ctx->config->num_vdevs;
|
|
cds_init_ini_config(cds_cfg);
|
|
cds_init_ini_config(cds_cfg);
|
|
|
|
|
|
return 0;
|
|
return 0;
|