diff options
| author | Manjunathappa Prakash <prakashpm@codeaurora.org> | 2016-06-17 18:18:32 -0700 |
|---|---|---|
| committer | Nandini Suresh <snandini@codeaurora.org> | 2016-07-19 18:18:26 -0700 |
| commit | beeacb1071bba3e915526d380ddfa4747f5b8a3c (patch) | |
| tree | 5ae7495bc81053919d1a9b72f1f0d0f31ef64386 | |
| parent | 36e5aa00be78baa5c4294ef23a46c9ea2135655a (diff) | |
qcacld-3.0: Kbuild: Enable LRO
Enable LRO. Depends on kernel LRO feature is enabled.
Change-Id: Idee37eb664046961c26d8619f7eb18c57ac0fb32
CRs-Fixed: 1035499
| -rw-r--r-- | Kbuild | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -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 |
