qcacld-3.0: Lithium LRO Support

Add changes needed to support Receive Offload (LRO) on Lithium.

CRs-Fixed: 1107169
Change-Id: I2fb00fa83a52b039e6ad9aea9a98576f2c36d6fa
Cette révision appartient à :
Dhanashri Atre
2016-12-15 13:26:54 -08:00
révisé par Sandeep Puligilla
Parent a44b4a6795
révision 170855e137
4 fichiers modifiés avec 114 ajouts et 3 suppressions

4
Kbuild
Voir le fichier

@@ -802,6 +802,10 @@ UMAC_COMMON_INC := -I$(WLAN_COMMON_INC)/umac/cmn_services/cmn_defs/inc \
-I$(WLAN_COMMON_INC)/umac/cmn_services/utils/inc
UMAC_COMMON_OBJS := $(WLAN_COMMON_ROOT)/umac/cmn_services/utils/src/wlan_utility.o
ifeq ($(CONFIG_WLAN_LRO), y)
QDF_OBJS += $(QDF_OBJ_DIR)/qdf_lro.o
endif
############ CDS (Connectivity driver services) ############
CDS_DIR := core/cds
CDS_INC_DIR := $(CDS_DIR)/inc