Browse Source

qcacld-3.0: Add flags for HTT HTC tx based completion on lithium

Added flag for HTT HTC tx based completion. currently
packet are freed using htt htc misc list.

Change-Id: I2e7e4d59cadf30f4bb14eaefc045240d1ebc1aaa
CRs-Fixed: 2922547
sandhu 4 years ago
parent
commit
7ab9c3057e
2 changed files with 8 additions and 0 deletions
  1. 3 0
      Kbuild
  2. 5 0
      configs/default_defconfig

+ 3 - 0
Kbuild

@@ -3073,6 +3073,9 @@ cppflags-$(CONFIG_REMOVE_PKT_LOG) += -DREMOVE_PKT_LOG
 #Enable 11AC TX
 cppflags-$(CONFIG_ATH_11AC_TXCOMPACT) += -DATH_11AC_TXCOMPACT
 
+#ENABLE HTT HTC tx completion
+cppflags-$(ENABLE_CE4_COMP_DISABLE_HTT_HTC_MISC_LIST) += -DENABLE_CE4_COMP_DISABLE_HTT_HTC_MISC_LIST
+
 #Enable PCI specific APIS (dma, etc)
 cppflags-$(CONFIG_HIF_PCI) += -DHIF_PCI
 

+ 5 - 0
configs/default_defconfig

@@ -462,6 +462,11 @@ endif
 endif
 endif
 
+#CE4 completion on HTT HTC packet instead of misc list free
+ifeq ($(CONFIG_CNSS_QCA6490), y)
+	ENABLE_CE4_COMP_DISABLE_HTT_HTC_MISC_LIST = y
+endif
+
 #Whether have QMI support
 CONFIG_QMI_SUPPORT := y