|
@@ -614,10 +614,14 @@ QDF_STATUS cds_open(struct wlan_objmgr_psoc *psoc)
|
|
|
goto err_wma_close;
|
|
|
}
|
|
|
|
|
|
- cds_debug("target_type %d 8074:%d 6290:%d", hdd_ctx->target_type,
|
|
|
- TARGET_TYPE_QCA8074, TARGET_TYPE_QCA6290);
|
|
|
-
|
|
|
- if (TARGET_TYPE_QCA6290 == hdd_ctx->target_type)
|
|
|
+ cds_debug("target_type %d 8074:%d 6290:%d 6390: %d",
|
|
|
+ hdd_ctx->target_type,
|
|
|
+ TARGET_TYPE_QCA8074,
|
|
|
+ TARGET_TYPE_QCA6290,
|
|
|
+ TARGET_TYPE_QCA6390);
|
|
|
+
|
|
|
+ if (TARGET_TYPE_QCA6290 == hdd_ctx->target_type ||
|
|
|
+ TARGET_TYPE_QCA6390 == hdd_ctx->target_type)
|
|
|
gp_cds_context->dp_soc = cdp_soc_attach(LITHIUM_DP,
|
|
|
gp_cds_context->hif_context, psoc,
|
|
|
gp_cds_context->htc_ctx, gp_cds_context->qdf_ctx,
|