qcacld-3.0: Update mlo_support_link_num from cfg to ini

Change made to mlo_support_link_num from cfg to ini parameter.

Change-Id: I02251725fca7d0d550e87d806dda82f542e18879
CRs-Fixed: 3588980
This commit is contained in:
Amruta Kulkarni
2023-08-15 13:46:07 -07:00
committed by Rahul Choudhary
parent 4428d4840a
commit 8b495ff353
2 changed files with 8 additions and 8 deletions

View File

@@ -569,27 +569,27 @@
#ifdef WLAN_FEATURE_11BE_MLO
/*
* <cfg>
* <ini>
* mlo_support_link_num - Set number of link mlo connection supports for sta
* @Min: 1
* @Max: 3
* @Default: 3
* @Default: 2
*
* This cfg is used to configure the number of link mlo connection supports
* This ini is used to configure the number of link mlo connection supports
*
* Related: None
*
* Supported Feature: STA
*
* Usage: Internal
* Usage: Internal/External
*
* </cfg>
* </ini>
*/
#define CFG_MLO_SUPPORT_LINK_NUM CFG_UINT( \
#define CFG_MLO_SUPPORT_LINK_NUM CFG_INI_UINT( \
"mlo_support_link_num", \
1, \
3, \
3, \
2, \
CFG_VALUE_OR_DEFAULT, \
"supported mlo link number")