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:
Vinod Kumar Pirla
2022-11-17 10:59:33 -08:00
committed by Madan Koyyalamudi
parent 58ce19c7e0
commit 4f491c277c
2 changed files with 7 additions and 0 deletions

4
Kbuild
View File

@@ -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