qcacld-3.0: Enable the scatter-gather feature

Enable the scatter-gather feature for wlan interface, if the wlan
interface is binding to the bridge, which might enable SG & TSO feature
for the bridge and improve the TCP TX throughput much better.

Change-Id: I26101756266878f9f41c5dc2d0b5dad189b44ee1
CRs-Fixed: 2246512
Этот коммит содержится в:
Tiger Yu
2018-11-05 16:49:11 +08:00
коммит произвёл nshrivas
родитель 5bac6e1e54
Коммит 24ca3362c4
2 изменённых файлов: 30 добавлений и 1 удалений

4
Kbuild
Просмотреть файл

@@ -2159,6 +2159,10 @@ ifeq ($(CONFIG_ARCH_SDX20), y)
cppflags-y += -DSYNC_IPA_READY
endif
ifeq ($(CONFIG_ARCH_SDXPOORWILLS), y)
cppflags-y += -DFEATURE_SG
endif
#Enable wbuff
cppflags-$(CONFIG_WLAN_WBUFF) += -DWLAN_FEATURE_WBUFF