|
@@ -689,9 +689,9 @@ enum QDF_GLOBAL_MODE {
|
|
|
|
|
|
#ifdef WLAN_OPEN_P2P_INTERFACE
|
|
#ifdef WLAN_OPEN_P2P_INTERFACE
|
|
/* This should match with WLAN_MAX_INTERFACES */
|
|
/* This should match with WLAN_MAX_INTERFACES */
|
|
-#define QDF_MAX_CONCURRENCY_PERSONA (4)
|
|
|
|
|
|
+#define QDF_MAX_CONCURRENCY_PERSONA (WLAN_MAX_VDEVS)
|
|
#else
|
|
#else
|
|
-#define QDF_MAX_CONCURRENCY_PERSONA (3)
|
|
|
|
|
|
+#define QDF_MAX_CONCURRENCY_PERSONA (WLAN_MAX_VDEVS - 1)
|
|
#endif
|
|
#endif
|
|
|
|
|
|
#define QDF_STA_MASK (1 << QDF_STA_MODE)
|
|
#define QDF_STA_MASK (1 << QDF_STA_MODE)
|