qcacld-3.0: Correct description about disable_mcs13_support

This change corrects description about ini - "disable_mcs13_support".

Change-Id: I0895aa7e6cd96bf75189121f4d875e906595bb3b
CRs-Fixed: 3100879
This commit is contained in:
Wu Gao
2021-12-27 16:53:31 +08:00
committed by Madan Koyyalamudi
parent 0e4228f7e4
commit e477df12ca
2 changed files with 9 additions and 9 deletions

View File

@@ -728,10 +728,10 @@
* disable_mcs13_support - Disable mcs13 support.
* @Min: 0
* @Max: 1
* @Default: 1
* @Default: 0
*
* This ini is used to disable mcs13 if SAP works on 80p80MHZ/160MHZ/320MHZ
* nd he_mcs_12_13_support enabled..
* nd he_mcs_12_13_support enabled.
*
* Related: he_mcs_12_13_support
*
@@ -744,7 +744,7 @@
#define CFG_DISABLE_MCS13_SUPPORT CFG_INI_BOOL( \
"disable_mcs13_support", \
0, \
"mcs13 support")
"disable mcs13 support")
#define CFG_SAP_ALL \
CFG_SAP_SAE \