summaryrefslogtreecommitdiff
path: root/core/cds
diff options
context:
space:
mode:
authorManjunathappa Prakash <prakashpm@codeaurora.org>2017-07-20 15:40:28 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-08-25 13:26:39 -0700
commitac632587f90248b4f8e9609f87111268835dcdcf (patch)
tree4bf6a8cd7b4f02f101bf4a393f5991efb9fdb54d /core/cds
parentb1ed69520da4b560ceaadf9d269b123183d7d3bf (diff)
downloadqcacld-ac632587f90248b4f8e9609f87111268835dcdcf.tar.gz
qcacld-3.0: Add GRO support for STA mode
Add GRO support and make it configurable through INI(GROEnable). GRO and LRO are mutually exclusive. Only one of them can be enabled. Make sure to disable GRO during following conditions 1) Low TPUT scenario 2) Concurrency cases 3) For Rx packets when Peer is not connected Change-Id: I15535827a03953231670d4138235c4876b16e045 CRs-Fixed: 2098772
Diffstat (limited to 'core/cds')
-rw-r--r--core/cds/src/cds_api.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/cds/src/cds_api.c b/core/cds/src/cds_api.c
index 5059930fd6..0a57255bce 100644
--- a/core/cds/src/cds_api.c
+++ b/core/cds/src/cds_api.c
@@ -508,8 +508,6 @@ QDF_STATUS cds_open(void)
goto err_sme_close;
}
- hdd_lro_create();
-
QDF_TRACE(QDF_MODULE_ID_QDF, QDF_TRACE_LEVEL_INFO_HIGH,
"%s: CDS successfully Opened", __func__);