Sfoglia il codice sorgente

qca-wifi: Set max vdev count to 60

Setting max vdev count per psoc to 60 as max client qwrap
mode has max vdev count per psoc as 60 for 2 pdevs.

Similarly increased max vdev count per pdev to 30.

Change-Id: I3b6af1e01ab525b19e3a87b26da262bc7932676e
Nandha Kishore Easwaran 5 anni fa
parent
commit
8d56e5ea8b
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      configs/wlan_cfg/ap_wlan_cfg.config

+ 3 - 0
configs/wlan_cfg/ap_wlan_cfg.config

@@ -34,3 +34,6 @@ ifeq ($(strip ${NO_RX_PKT_HDR_TLV}),1)
 EXTRA_CFLAGS += -DRX_DATA_BUFFER_SIZE=1792
 EXTRA_CFLAGS += -DRX_DATA_BUFFER_ALIGNMENT=0
 endif
+
+EXTRA_CFLAGS += -DWLAN_PSOC_MAX_VDEVS=60
+EXTRA_CFLAGS += -DWLAN_PDEV_MAX_VDEVS=30