qcacld-3.0: Kbuild change to enable SCAN priority algorithm

Kbuild change to enable SCAN priority channel list algorithm.

Change-Id: I2dc24dd22e19da6db516332ae14edf4bc0f8cce4
CRs-Fixed: 2568889
This commit is contained in:
Sandeep Puligilla 2019-11-15 18:32:22 -08:00 committed by nshrivas
parent f1096fd358
commit 425a583863
2 changed files with 7 additions and 0 deletions

1
Kbuild
View File

@ -3013,6 +3013,7 @@ cppflags-y += -DCONFIG_CHAN_NUM_API
cppflags-y += -DCONFIG_CHAN_FREQ_API
cppflags-$(CONFIG_BAND_6GHZ) += -DCONFIG_BAND_6GHZ
cppflags-$(CONFIG_6G_SCAN_CHAN_SORT_ALGO) += -DFEATURE_6G_SCAN_CHAN_SORT_ALGO
ccflags-$(CONFIG_HASTINGS_BT_WAR) += -DHASTINGS_BT_WAR

View File

@ -983,4 +983,10 @@ CONFIG_BAND_6GHZ := y
endif
ifeq ($(CONFIG_BAND_6GHZ), y)
CONFIG_6G_SCAN_CHAN_SORT_ALGO := y
endif
CONFIG_SAP_DHCP_FW_IND := y