|
@@ -573,7 +573,7 @@
|
|
* mlo_support_link_num - Set number of link mlo connection supports for sta
|
|
* mlo_support_link_num - Set number of link mlo connection supports for sta
|
|
* @Min: 1
|
|
* @Min: 1
|
|
* @Max: 3
|
|
* @Max: 3
|
|
- * @Default: 2
|
|
|
|
|
|
+ * @Default: 3
|
|
*
|
|
*
|
|
* This cfg is used to configure the number of link mlo connection supports
|
|
* This cfg is used to configure the number of link mlo connection supports
|
|
*
|
|
*
|
|
@@ -589,7 +589,7 @@
|
|
"mlo_support_link_num", \
|
|
"mlo_support_link_num", \
|
|
1, \
|
|
1, \
|
|
3, \
|
|
3, \
|
|
- 2, \
|
|
|
|
|
|
+ 3, \
|
|
CFG_VALUE_OR_DEFAULT, \
|
|
CFG_VALUE_OR_DEFAULT, \
|
|
"supported mlo link number")
|
|
"supported mlo link number")
|
|
|
|
|