|
@@ -1,6 +1,6 @@
|
|
|
/*
|
|
|
* Copyright (c) 2012-2021, The Linux Foundation. All rights reserved.
|
|
|
- * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
+ * Copyright (c) 2022-2024 Qualcomm Innovation Center, Inc. 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 above
|
|
@@ -761,7 +761,7 @@
|
|
|
* </cfg>
|
|
|
*/
|
|
|
|
|
|
-#define CFG_MLO_MLO_5GL_5GH_MLSR CFG_BOOL( \
|
|
|
+#define CFG_MLO_MLO_5GL_5GH_MLSR CFG_INI_BOOL( \
|
|
|
"mlo_5gl_5gh_mlsr",\
|
|
|
0, \
|
|
|
"enable 5GL+5GH MLSR")
|
|
@@ -797,5 +797,6 @@
|
|
|
CFG_MLO_SUPPORT_LINK_BAND_CFG \
|
|
|
CFG_MLO_PREFER_PERCENTAGE_CFG \
|
|
|
CFG_MLO_SAME_LINK_MLD_ADDR_CFG \
|
|
|
- CFG_EHT_DISABLE_PUNCT_IN_US_LPI_CFG
|
|
|
+ CFG_EHT_DISABLE_PUNCT_IN_US_LPI_CFG \
|
|
|
+ CFG_MLO_MLO_5GL_5GH_MLSR_CFG
|
|
|
#endif /* CFG_MLME_STA_H__ */
|