Browse Source

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
Jayachandran S 6 years ago
parent
commit
168c238ba2
2 changed files with 22 additions and 0 deletions
  1. 11 0
      fw/wlan_tgt_def_config.h
  2. 11 0
      fw/wlan_tgt_def_config_hl.h

+ 11 - 0
fw/wlan_tgt_def_config.h

@@ -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

+ 11 - 0
fw/wlan_tgt_def_config_hl.h

@@ -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
  */