fw-api: Add default target configs for Genoa
Add Genoa specific default target configurations for maximum number of sta vdevs, tdls peers and vdevs to support offload features gtk and roaming CRs-Fixed: 2262219 Change-Id: I1a10a1623b0ada673d21af4127ebae9242dfe701
This commit is contained in:

committed by
Jayachandran Sreekumaran

orang tua
5970dcf427
melakukan
168c238ba2
@@ -135,13 +135,22 @@
|
||||
#define CFG_TGT_DEFAULT_BMISS_OFFLOAD_MAX_VDEV 0x3
|
||||
|
||||
/* maximum number of VDEV offload Roaming to support */
|
||||
#ifndef CFG_TGT_DEFAULT_ROAM_OFFLOAD_MAX_VDEV
|
||||
#define CFG_TGT_DEFAULT_ROAM_OFFLOAD_MAX_VDEV 0x3
|
||||
#endif
|
||||
|
||||
/* maximum number of STA VDEVs */
|
||||
#ifndef CFG_TGT_DEFAULT_MAX_STA_VDEVS
|
||||
#define CFG_TGT_DEFAULT_MAX_STA_VDEVS 0
|
||||
#endif
|
||||
|
||||
/* maximum number of AP profiles pushed to offload Roaming */
|
||||
#define CFG_TGT_DEFAULT_ROAM_OFFLOAD_MAX_PROFILES 0x8
|
||||
|
||||
/* maximum number of VDEV offload GTK to support */
|
||||
#ifndef CFG_TGT_DEFAULT_GTK_OFFLOAD_MAX_VDEV
|
||||
#define CFG_TGT_DEFAULT_GTK_OFFLOAD_MAX_VDEV 0x3
|
||||
#endif
|
||||
|
||||
/* default: mcast->ucast disabled if ATH_SUPPORT_MCAST2UCAST not defined */
|
||||
#ifndef ATH_SUPPORT_MCAST2UCAST
|
||||
@@ -198,7 +207,9 @@
|
||||
/*
|
||||
* number of peers that each Tdls vdev can track
|
||||
*/
|
||||
#ifndef CFG_TGT_NUM_TDLS_CONN_TABLE_ENTRIES
|
||||
#define CFG_TGT_NUM_TDLS_CONN_TABLE_ENTRIES 8
|
||||
#endif
|
||||
|
||||
/*
|
||||
* number of TDLS concurrent sleep STAs
|
||||
|
@@ -169,13 +169,22 @@
|
||||
#define CFG_TGT_DEFAULT_BMISS_OFFLOAD_MAX_VDEV 0x2
|
||||
|
||||
/* maximum number of VDEV offload Roaming to support */
|
||||
#ifndef CFG_TGT_DEFAULT_ROAM_OFFLOAD_MAX_VDEV
|
||||
#define CFG_TGT_DEFAULT_ROAM_OFFLOAD_MAX_VDEV 0x2
|
||||
#endif
|
||||
|
||||
/* maximum number of STA VDEVs */
|
||||
#ifndef CFG_TGT_DEFAULT_MAX_STA_VDEVS
|
||||
#define CFG_TGT_DEFAULT_MAX_STA_VDEVS 0
|
||||
#endif
|
||||
|
||||
/* maximum number of AP profiles pushed to offload Roaming */
|
||||
#define CFG_TGT_DEFAULT_ROAM_OFFLOAD_MAX_PROFILES 0x8
|
||||
|
||||
/* maximum number of VDEV offload GTK to support */
|
||||
#ifndef CFG_TGT_DEFAULT_GTK_OFFLOAD_MAX_VDEV
|
||||
#define CFG_TGT_DEFAULT_GTK_OFFLOAD_MAX_VDEV 0x2
|
||||
#endif
|
||||
/* default: mcast->ucast disabled */
|
||||
|
||||
#define CFG_TGT_DEFAULT_NUM_MCAST_GROUPS 0
|
||||
@@ -221,7 +230,9 @@
|
||||
/*
|
||||
* number of peers that each Tdls vdev can track
|
||||
*/
|
||||
#ifndef CFG_TGT_NUM_TDLS_CONN_TABLE_ENTRIES
|
||||
#define CFG_TGT_NUM_TDLS_CONN_TABLE_ENTRIES 8
|
||||
#endif
|
||||
/*
|
||||
* number of TDLS concurrent sleep STAs
|
||||
*/
|
||||
|
Reference in New Issue
Block a user