summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSourav Mohapatra <mohapatr@codeaurora.org>2019-06-17 15:54:34 +0530
committerSunil Ravi <sunilravi@google.com>2019-06-18 12:33:02 -0700
commit53d899727e4278f4e9fb46328d740a8fb2d9a493 (patch)
treedfccc356772c75296899b758025ea8d40c887f55
parent4cf8fca2420ac43f1852303371f77637e1a3d758 (diff)
downloadwlan-fw-api-android-msm-coral-4.14-android10-qpr3.tar.gz
Currently the max number of interfaces supported by the driver is 4. In the case where there is a need to create two extra interfaces apart from wlan0, wlan1 and p2p0 (e.g. aware_dataN interfaces), the creation fails. Increase the number of supported VDEVs from 4 to 5. Bug: 133880357 CRs-Fixed: 2472869 Change-Id: I1922f71ee345509310b186a64f5e8d9dedd5df37 Signed-off-by: Sunil Ravi <sunilravi@google.com>
-rw-r--r--fw/wlan_tgt_def_config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/fw/wlan_tgt_def_config.h b/fw/wlan_tgt_def_config.h
index 11f46e4..7f76554 100644
--- a/fw/wlan_tgt_def_config.h
+++ b/fw/wlan_tgt_def_config.h
@@ -1,5 +1,6 @@
/*
- * Copyright (c) 2011, 2014-2016 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2011, 2014-2016, 2019 The Linux Foundation. All rights
+ * reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
@@ -36,7 +37,7 @@
* default limit of 8 VAPs per device.
*/
/* Rome PRD support 4 vdevs */
-#define CFG_TGT_NUM_VDEV 4
+#define CFG_TGT_NUM_VDEV 5
/*
* We would need 1 AST entry per peer. Scale it by a factor of 2 to minimize hash collisions.