qcacld-3.0: Kbuild: Enable LRO

Enable LRO. Depends on kernel LRO feature is enabled.

Change-Id: Idee37eb664046961c26d8619f7eb18c57ac0fb32
CRs-Fixed: 1035499
This commit is contained in:
Manjunathappa Prakash
2016-06-17 18:18:32 -07:00
zatwierdzone przez Nandini Suresh
rodzic 36e5aa00be
commit beeacb1071

10
Kbuild
Wyświetl plik

@@ -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