qcacld-3.0: Add aliasing for INI names

Currently driver has only one name for an INI, with
this change add second name as well for few INIs based on
new requirement.

Change-Id: I6eee13935d1c5c74794027b88d94cbb572339e9e
CRs-Fixed: 3007209
This commit is contained in:
Ashish Kumar Dhanotiya
2021-07-22 19:08:03 +05:30
committed by Madan Koyyalamudi
parent ba78557c73
commit d89f39b0bd
4 changed files with 57 additions and 48 deletions

View File

@@ -157,7 +157,8 @@
/*
* <ini>
* gEnableModulatedDTIM - Enable/Disable modulated DTIM feature
* gEnableModulatedDTIM/ConDTIMSkipping_Number - Enable/Disable modulated DTIM
* feature
* @Min: 0
* @Max: 10
* @Default: 0
@@ -179,7 +180,7 @@
* </ini>
*/
#define CFG_PMO_ENABLE_MODULATED_DTIM CFG_INI_UINT( \
"gEnableModulatedDTIM", \
"gEnableModulatedDTIM ConDTIMSkipping_Number", \
0, \
10, \
0, \