Update the mlo_support_link_num config to 3. This will enable support to connect/roam to 3 Link AP with 3 links advertised. Change-Id: I6241f7024271208c8d1584549edb91cc37fadcb8 CRs-Fixed: 3582858
@@ -573,7 +573,7 @@
* mlo_support_link_num - Set number of link mlo connection supports for sta
* @Min: 1
* @Max: 3
- * @Default: 2
+ * @Default: 3
*
* This cfg is used to configure the number of link mlo connection supports
@@ -589,7 +589,7 @@
"mlo_support_link_num", \
1, \
3, \
- 2, \
+ 3, \
CFG_VALUE_OR_DEFAULT, \
"supported mlo link number")