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