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
Bu işleme şunda yer alıyor:
Nitesh Shah
2017-02-02 17:59:52 +05:30
işlemeyi yapan: qcabuildsw
ebeveyn 34b41d0e7e
işleme 5651b1e267

Dosyayı Görüntüle

@@ -4616,6 +4616,25 @@ 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)