qcacld-3.0: Increase the mac vdev support for 80211be
Currently max vdevs are defined as 6 in osif. Increase it to 9 in case of 11be. Change-Id: If64306cfc55690d7523ee910074064051a1b1d78 CRs-Fixed: 3027377
This commit is contained in:

committed by
Madan Koyyalamudi

父節點
50ea912eed
當前提交
07eeda1420
7
Kbuild
7
Kbuild
@@ -3902,6 +3902,13 @@ ccflags-y += -DWLAN_MAX_PSOCS=$(CONFIG_WLAN_MAX_PSOCS)
|
||||
CONFIG_WLAN_MAX_PDEVS ?= 1
|
||||
ccflags-y += -DWLAN_MAX_PDEVS=$(CONFIG_WLAN_MAX_PDEVS)
|
||||
|
||||
ifeq ($(CONFIG_WLAN_FEATURE_11BE_MLO), y)
|
||||
CONFIG_WLAN_MAX_ML_VDEVS ?= 3
|
||||
else
|
||||
CONFIG_WLAN_MAX_ML_VDEVS ?= 0
|
||||
endif
|
||||
ccflags-y += -DWLAN_MAX_ML_VDEVS=$(CONFIG_WLAN_MAX_ML_VDEVS)
|
||||
|
||||
CONFIG_WLAN_MAX_VDEVS ?= 6
|
||||
ccflags-y += -DWLAN_MAX_VDEVS=$(CONFIG_WLAN_MAX_VDEVS)
|
||||
|
||||
|
Reference in New Issue
Block a user