|
@@ -13019,7 +13019,8 @@ int hdd_configure_cds(struct hdd_context *hdd_ctx)
|
|
|
/* Donot disable rx offload on concurrency for lithium based targets */
|
|
|
if (!(hdd_ctx->target_type == TARGET_TYPE_QCA6290 ||
|
|
|
hdd_ctx->target_type == TARGET_TYPE_QCA6390 ||
|
|
|
- hdd_ctx->target_type == TARGET_TYPE_QCA6490))
|
|
|
+ hdd_ctx->target_type == TARGET_TYPE_QCA6490 ||
|
|
|
+ hdd_ctx->target_type == TARGET_TYPE_QCA6750))
|
|
|
if (hdd_ctx->ol_enable)
|
|
|
dp_cbs.hdd_disable_rx_ol_in_concurrency =
|
|
|
hdd_disable_rx_ol_in_concurrency;
|