qcacld-3.0: Disable auto IRQ affinity feature

This is at odds with sbalance, which balances this IRQ automatically.
Disable the IRQ affinity feature and leave this up to sbalance.

Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com>
This commit is contained in:
Sultan Alsawaf 2023-07-25 00:33:04 -07:00 committed by Ksawlii
parent 095d158f6b
commit 74fef07067

View file

@ -3040,7 +3040,7 @@ cppflags-$(CONFIG_FEATURE_PKTLOG) += -DFEATURE_PKTLOG
ifeq ($(CONFIG_WLAN_NAPI), y)
cppflags-y += -DFEATURE_NAPI
cppflags-y += -DHIF_IRQ_AFFINITY
#cppflags-y += -DHIF_IRQ_AFFINITY
ifeq ($(CONFIG_WLAN_NAPI_DEBUG), y)
cppflags-y += -DFEATURE_NAPI_DEBUG
endif