소스 검색

qcacld-3.0: Update mlo_support_link_num to 3

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
Pragaspathi Thilagaraj 1 년 전
부모
커밋
8a8f33379e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      components/mlme/dispatcher/inc/cfg_mlme_sta.h

+ 2 - 2
components/mlme/dispatcher/inc/cfg_mlme_sta.h

@@ -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")