|
@@ -1934,6 +1934,13 @@ void hdd_update_tgt_cfg(hdd_handle_t hdd_handle, struct wma_tgt_cfg *cfg)
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ cdp_pdev_set_ctrl_pdev(cds_get_context(QDF_MODULE_ID_SOC),
|
|
|
+ cds_get_context(QDF_MODULE_ID_TXRX),
|
|
|
+ (struct cdp_ctrl_objmgr_pdev *)hdd_ctx->hdd_pdev);
|
|
|
+
|
|
|
+ wlan_pdev_set_dp_handle(hdd_ctx->hdd_pdev,
|
|
|
+ cds_get_context(QDF_MODULE_ID_TXRX));
|
|
|
+
|
|
|
hdd_objmgr_update_tgt_max_vdev_psoc(hdd_ctx, cfg->max_intf_count);
|
|
|
|
|
|
ret = hdd_green_ap_update_config(hdd_ctx);
|