|
@@ -815,7 +815,8 @@ QDF_STATUS cds_open(struct wlan_objmgr_psoc *psoc)
|
|
|
goto err_soc_detach;
|
|
|
}
|
|
|
hdd_ctx->is_wifi3_0_target = true;
|
|
|
- } else if (hdd_ctx->target_type == TARGET_TYPE_KIWI) {
|
|
|
+ } else if (hdd_ctx->target_type == TARGET_TYPE_KIWI ||
|
|
|
+ hdd_ctx->target_type == TARGET_TYPE_MANGO) {
|
|
|
gp_cds_context->dp_soc =
|
|
|
cdp_soc_attach(BERYLLIUM_DP,
|
|
|
gp_cds_context->hif_context,
|
|
@@ -962,7 +963,8 @@ QDF_STATUS cds_dp_open(struct wlan_objmgr_psoc *psoc)
|
|
|
hdd_ctx->target_type == TARGET_TYPE_QCA6390 ||
|
|
|
hdd_ctx->target_type == TARGET_TYPE_QCA6490 ||
|
|
|
hdd_ctx->target_type == TARGET_TYPE_QCA6750 ||
|
|
|
- hdd_ctx->target_type == TARGET_TYPE_KIWI) {
|
|
|
+ hdd_ctx->target_type == TARGET_TYPE_KIWI ||
|
|
|
+ hdd_ctx->target_type == TARGET_TYPE_MANGO) {
|
|
|
qdf_status = cdp_pdev_init(cds_get_context(QDF_MODULE_ID_SOC),
|
|
|
gp_cds_context->htc_ctx,
|
|
|
gp_cds_context->qdf_ctx, 0);
|