qcacmn: Increase num_peers to include bss_peers
bss peer are used for each vdev. Include this count also in the num_peer count sent to FW. Change-Id: I71c4858ebe416a644f9e100a8d28ac1fd7989757 CRs-Fixed: 2233009
This commit is contained in:

committed by
nshrivas

vanhempi
3370ea52d1
commit
7095e2e883
@@ -33,7 +33,7 @@
|
||||
/* Max no. of VDEVs, a PDEV can support */
|
||||
#define WLAN_UMAC_PDEV_MAX_VDEVS 17
|
||||
/* Max no. of Peers, a device can support */
|
||||
#define WLAN_UMAC_PSOC_MAX_PEERS 1024
|
||||
#define WLAN_UMAC_PSOC_MAX_PEERS (1024 + WLAN_UMAC_PSOC_MAX_VDEVS)
|
||||
|
||||
/* Max length of a SSID */
|
||||
#define WLAN_SSID_MAX_LEN 32
|
||||
|
Viittaa uudesa ongelmassa
Block a user