From ac632587f90248b4f8e9609f87111268835dcdcf Mon Sep 17 00:00:00 2001 From: Manjunathappa Prakash Date: Thu, 20 Jul 2017 15:40:28 -0700 Subject: 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 --- core/cds/src/cds_api.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/cds') 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__); -- cgit v1.2.3