qcacmn: Increase max peer numbers to support 512 client per radio

Currently 1024+ is the number of peers, increase it to be 1536+,
(512*3) as the three radio soc supports 512 clients per radio.

Change-Id: I5f1d69206c536bb706825fbd70736dce21b64161
CRs-Fixed: 2436434
Esse commit está contido em:
Surya Prakash Raajen
2019-04-16 18:44:59 +05:30
commit de nshrivas
commit e1a6388dd7

Ver arquivo

@@ -49,7 +49,7 @@
#endif
/* Max no. of Peers, a device can support */
#define WLAN_UMAC_PSOC_MAX_PEERS (1024 + WLAN_UMAC_PSOC_MAX_VDEVS)
#define WLAN_UMAC_PSOC_MAX_PEERS (1536 + WLAN_UMAC_PSOC_MAX_VDEVS)
/* Max no. of Temporary Peers, a pdev can support */
#define WLAN_MAX_PDEV_TEMP_PEERS 128