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:
parent
095d158f6b
commit
74fef07067
1 changed files with 1 additions and 1 deletions
|
@ -3040,7 +3040,7 @@ cppflags-$(CONFIG_FEATURE_PKTLOG) += -DFEATURE_PKTLOG
|
||||||
|
|
||||||
ifeq ($(CONFIG_WLAN_NAPI), y)
|
ifeq ($(CONFIG_WLAN_NAPI), y)
|
||||||
cppflags-y += -DFEATURE_NAPI
|
cppflags-y += -DFEATURE_NAPI
|
||||||
cppflags-y += -DHIF_IRQ_AFFINITY
|
#cppflags-y += -DHIF_IRQ_AFFINITY
|
||||||
ifeq ($(CONFIG_WLAN_NAPI_DEBUG), y)
|
ifeq ($(CONFIG_WLAN_NAPI_DEBUG), y)
|
||||||
cppflags-y += -DFEATURE_NAPI_DEBUG
|
cppflags-y += -DFEATURE_NAPI_DEBUG
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue