qcacld-3.0: Allow to vote link for STA mode
On MDM platforms, STA only IPA offload is supported. Therefore there'll be scenarios when STA is connected and APPS is suspended, IPA offload traffic will still flow through WLAN HW. Thus define a feature flag FEATURE_STA_MODE_VOTE_LINK and allow to vote link for STA mode on MDM platforms. Change-Id: I5c7aa3b35e3cd56249a5b34996fcea538b0da69d CRs-Fixed: 2803802
Этот коммит содержится в:
2
Kbuild
2
Kbuild
@@ -3714,6 +3714,8 @@ ifeq ($(CONFIG_FEATURE_IPA_PIPE_CHANGE_WDI1), y)
|
||||
cppflags-y += -DFEATURE_IPA_PIPE_CHANGE_WDI1
|
||||
endif
|
||||
|
||||
cppflags-$(CONFIG_FEATURE_STA_MODE_VOTE_LINK) += -DFEATURE_STA_MODE_VOTE_LINK
|
||||
|
||||
KBUILD_CPPFLAGS += $(cppflags-y)
|
||||
|
||||
# Currently, for versions of gcc which support it, the kernel Makefile
|
||||
|
Ссылка в новой задаче
Block a user