|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2012-2019 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2012-2020 The Linux Foundation. All rights reserved.
|
|
|
*
|
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -355,8 +355,8 @@ CFG_INI_UINT("gEnableOverLapCh", 0, 1, 0, CFG_VALUE_OR_DEFAULT, \
|
|
|
* <ini>
|
|
|
* gDualMacFeatureDisable - Disable Dual MAC feature.
|
|
|
* @Min: 0
|
|
|
- * @Max: 4
|
|
|
- * @Default: 0
|
|
|
+ * @Max: 6
|
|
|
+ * @Default: 6
|
|
|
*
|
|
|
* This ini is used to enable/disable dual MAC feature.
|
|
|
* 0 - enable DBS
|
|
@@ -381,7 +381,7 @@ CFG_INI_UINT("gEnableOverLapCh", 0, 1, 0, CFG_VALUE_OR_DEFAULT, \
|
|
|
* </ini>
|
|
|
*/
|
|
|
#define CFG_DUAL_MAC_FEATURE_DISABLE \
|
|
|
-CFG_INI_UINT("gDualMacFeatureDisable", 0, 6, 0, CFG_VALUE_OR_DEFAULT, \
|
|
|
+CFG_INI_UINT("gDualMacFeatureDisable", 0, 6, 6, CFG_VALUE_OR_DEFAULT, \
|
|
|
"This INI is used to enable/disable Dual MAC feature")
|
|
|
|
|
|
/*
|