From beeacb1071bba3e915526d380ddfa4747f5b8a3c Mon Sep 17 00:00:00 2001 From: Manjunathappa Prakash Date: Fri, 17 Jun 2016 18:18:32 -0700 Subject: qcacld-3.0: Kbuild: Enable LRO Enable LRO. Depends on kernel LRO feature is enabled. Change-Id: Idee37eb664046961c26d8619f7eb18c57ac0fb32 CRs-Fixed: 1035499 --- Kbuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Kbuild b/Kbuild index 36c5673575d9..d2474d828a14 100644 --- a/Kbuild +++ b/Kbuild @@ -168,12 +168,10 @@ ifneq ($(CONFIG_ROME_IF),sdio) endif # Flag to enable LRO (Large Receive Offload) - ifeq ($(CONFIG_CNSS_EOS), y) - ifeq ($(CONFIG_INET_LRO), y) - CONFIG_WLAN_LRO := y - else - CONFIG_WLAN_LRO := n - endif + ifeq ($(CONFIG_INET_LRO), y) + CONFIG_WLAN_LRO := y + else + CONFIG_WLAN_LRO := n endif endif -- cgit v1.2.3