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:
parent
6f002b687c
commit
e5e99d45aa
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user