From fc5c388dba57192ffa47e5295cbf891c09b13d27 Mon Sep 17 00:00:00 2001 From: Nitesh Shah Date: Thu, 2 Feb 2017 17:18:16 +0530 Subject: 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 --- core/hdd/inc/wlan_hdd_cfg.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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) +/* + * + * 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 + * + * + */ #define CFG_DUAL_MAC_FEATURE_DISABLE "gDualMacFeatureDisable" #define CFG_DUAL_MAC_FEATURE_DISABLE_MIN (0) #define CFG_DUAL_MAC_FEATURE_DISABLE_MAX (1) -- cgit v1.2.3