qcacld-3.0: sdio: Control HL flow control through defconfigs

Do not enable HL Flow Control config flags in Kbuild.
Instead depend on defconfig settings to enable/disable HL Flow
control flags.

Change-Id: I734c4cd26d056ce28ce064e8d353075ad22e39ee
CRs-Fixed: 2284686
This commit is contained in:
Ajit Pal Singh
2018-07-19 17:50:47 +05:30
committed by nshrivas
szülő d6fa0f8cd8
commit cf33f9653b
2 fájl változott, egészen pontosan 6 új sor hozzáadva és 3 régi sor törölve

6
Kbuild
Fájl megtekintése

@@ -1818,12 +1818,9 @@ cppflags-y += -DCONFIG_HL_SUPPORT \
-DHIF_SDIO \
-DCONFIG_DISABLE_CDC_MAX_PERF_WAR=0 \
-DCONFIG_ATH_PROCFS_DIAG_SUPPORT \
-DFEATURE_HL_GROUP_CREDIT_FLOW_CONTROL \
-DHIF_MBOX_SLEEP_WAR \
-DDEBUG_HL_LOGGING \
-DQCA_BAD_PEER_TX_FLOW_CL \
-DCONFIG_TX_DESC_HI_PRIO_RESERVE \
-DCONFIG_PER_VDEV_TX_DESC_POOL \
-DCONFIG_SDIO \
-DFEATURE_WLAN_FORCE_SAP_SCC
@@ -1858,6 +1855,9 @@ cppflags-$(CONFIG_FEATURE_HL_GROUP_CREDIT_FLOW_CONTROL) += -DFEATURE_HL_GROUP_CR
cppflags-$(CONFIG_FEATURE_HL_DBS_GROUP_CREDIT_SHARING) += -DFEATURE_HL_DBS_GROUP_CREDIT_SHARING
cppflags-$(CONFIG_CREDIT_REP_THROUGH_CREDIT_UPDATE) += -DCONFIG_CREDIT_REP_THROUGH_CREDIT_UPDATE
cppflags-$(CONFIG_TX_DESC_HI_PRIO_RESERVE) += -DCONFIG_TX_DESC_HI_PRIO_RESERVE
cppflags-$(CONFIG_PER_VDEV_TX_DESC_POOL) += -DCONFIG_PER_VDEV_TX_DESC_POOL
#Enable FW logs through ini
cppflags-y += -DCONFIG_FW_LOGS_BASED_ON_INI