summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNitesh Shah <niteshs@codeaurora.org>2017-02-02 17:18:16 +0530
committerqcabuildsw <qcabuildsw@localhost>2017-02-03 19:36:19 -0800
commitfc5c388dba57192ffa47e5295cbf891c09b13d27 (patch)
treed7601d4f7074b2d573fd61d22886d8e92bdbddaa
parentaf97ba0845b6a2d319193209fa6b1c5c33fe5f4b (diff)
qcacld-3.0: Add INI template for DBS feature
Add INI template for gDualMacFeatureDisable for DBS feature for documentation. Change-Id: I9418178ebfb90ad4bff09d146897cf08fc205646 CRs-Fixed: 2001559
-rw-r--r--core/hdd/inc/wlan_hdd_cfg.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/core/hdd/inc/wlan_hdd_cfg.h b/core/hdd/inc/wlan_hdd_cfg.h
index 05fa2f9c8d9b..3ac57181b972 100644
--- a/core/hdd/inc/wlan_hdd_cfg.h
+++ b/core/hdd/inc/wlan_hdd_cfg.h
@@ -6622,6 +6622,24 @@ enum dot11p_mode {
#define CFG_CE_CLASSIFY_ENABLE_MAX (1)
#define CFG_CE_CLASSIFY_ENABLE_DEFAULT (1)
+/*
+ * <ini>
+ * gDualMacFeatureDisable - Disable Dual MAC feature.
+ * @Min: 0
+ * @Max: 1
+ * @Default: 0
+ *
+ * This ini is used to enable/disable dual MAC feature.
+ * 0 - enable DBS 1 - disable DBS
+ *
+ * Related: None.
+ *
+ * Supported Feature: DBS
+ *
+ * Usage: Internal/External
+ *
+ * </ini>
+ */
#define CFG_DUAL_MAC_FEATURE_DISABLE "gDualMacFeatureDisable"
#define CFG_DUAL_MAC_FEATURE_DISABLE_MIN (0)
#define CFG_DUAL_MAC_FEATURE_DISABLE_MAX (1)