qcacld-3.0: Enable 11d feature for AUTO

To enable 11d feature, CONFIG_TARGET_11D_SCAN should be configured
independent of host 11d scan or target 11d scan.

Change-Id: Ieb5b3ff4217682fcc887aaaa1a22ec23cee33109
CRs-Fixed: 2679788
This commit is contained in:
Will Huang 2020-05-07 09:43:35 +08:00 committed by nshrivas
parent 6f002b687c
commit e5e99d45aa
3 changed files with 9 additions and 0 deletions

View File

@ -644,6 +644,9 @@ CONFIG_WMI_STA_SUPPORT := y
#Flag to enable LTE COEX feature
CONFIG_LTE_COEX := y
#Flag to enable/disable TARGET 11d scan
CONFIG_TARGET_11D_SCAN := y
#Flag to enable HOST OPCLASS feature
CONFIG_HOST_OPCLASS := y

View File

@ -685,6 +685,9 @@ CONFIG_WMI_STA_SUPPORT := y
#Flag to enable LTE COEX feature
CONFIG_LTE_COEX := y
#Flag to enable/disable TARGET 11d scan
CONFIG_TARGET_11D_SCAN := y
#Flag to enable HOST OPCLASS feature
CONFIG_HOST_OPCLASS := y

View File

@ -2,3 +2,6 @@ include $(WLAN_ROOT)/configs/genoa.pci.debug_defconfig
# Number of vdevs supported at one time, used for allocating memory
CONFIG_WLAN_MAX_VDEVS := 4
#Flag to enable/disable TARGET 11d scan
CONFIG_TARGET_11D_SCAN := y