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:
parent
f1096fd358
commit
425a583863
1
Kbuild
1
Kbuild
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user