qcacld-3.0: Enable full rx reorder offload for adrastea
- In current qcacld-3.0 driver full rx reorder offload is dependent on HIF_PCI feature flag. - HIF_PCI feature flag is compiled out for SNOC devices like adrastea. - Because of RX reorder dependency on HIF_PCI host data path is broken on adrastea. - Enable rx reorder offload for SNOC devices(adrastea). Change-Id: I445afa57fb5fc45363ca644a35ae15e4af5bf94a CRs-Fixed: 939890
This commit is contained in:

committed by
Satish Singh

parent
a64b512a9e
commit
e0fd9dda71
6
Kbuild
6
Kbuild
@@ -1270,6 +1270,12 @@ ifeq ($(CONFIG_LINUX_QCMBR),y)
|
|||||||
CDEFINES += -DLINUX_QCMBR
|
CDEFINES += -DLINUX_QCMBR
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
# Enable full rx re-order offload for adrastea
|
||||||
|
ifeq (y, $(filter y, $(CONFIG_CNSS_ADRASTEA) $(CONFIG_ICNSS)))
|
||||||
|
CDEFINES += -DWLAN_FEATURE_RX_FULL_REORDER_OL
|
||||||
|
endif
|
||||||
|
|
||||||
# NOTE: CONFIG_64BIT_PADDR requires CONFIG_HELIUMPLUS
|
# NOTE: CONFIG_64BIT_PADDR requires CONFIG_HELIUMPLUS
|
||||||
ifeq (y,$(filter y,$(CONFIG_CNSS_EOS) $(CONFIG_ICNSS)))
|
ifeq (y,$(filter y,$(CONFIG_CNSS_EOS) $(CONFIG_ICNSS)))
|
||||||
CONFIG_HELIUMPLUS := y
|
CONFIG_HELIUMPLUS := y
|
||||||
|
Reference in New Issue
Block a user