diff options
| -rw-r--r-- | core/hdd/inc/wlan_hdd_cfg.h | 18 |
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) |
