qcacld-3.0: Increase the max MLD dev context for kiwi_v2
For kiwi_v2 target increase the value of max MLD dev contexts to three. Define WLAN_UMAC_MLO_MAX_DEV with the new value in kiwi_v2 defconfig file. Change-Id: If9f86cbf5c98f69b9f56b0e4226fcf26f2b663c3 CRs-Fixed: 3337651
This commit is contained in:

committed by
Madan Koyyalamudi

parent
58ce19c7e0
commit
4f491c277c
4
Kbuild
4
Kbuild
@@ -4339,6 +4339,10 @@ ifdef CONFIG_CFG_BMISS_OFFLOAD_MAX_VDEV
|
||||
ccflags-y += -DCFG_TGT_DEFAULT_BMISS_OFFLOAD_MAX_VDEV=$(CONFIG_CFG_BMISS_OFFLOAD_MAX_VDEV)
|
||||
endif
|
||||
|
||||
ifdef CONFIG_WLAN_UMAC_MLO_MAX_DEV
|
||||
ccflags-y += -DWLAN_UMAC_MLO_MAX_DEV=$(CONFIG_WLAN_UMAC_MLO_MAX_DEV)
|
||||
endif
|
||||
|
||||
ifdef CONFIG_CFG_ROAM_OFFLOAD_MAX_VDEV
|
||||
ccflags-y += -DCFG_TGT_DEFAULT_ROAM_OFFLOAD_MAX_VDEV=$(CONFIG_CFG_ROAM_OFFLOAD_MAX_VDEV)
|
||||
endif
|
||||
|
Reference in New Issue
Block a user