qcacld-3.0: Update default values of INI items
Update default values of INI items to most commonly used values in WCNSS_qcom_cfg.ini file on commercial devices. Change-Id: Ibf1e22406951855a4e726fb8105913a53d3c33ee CRs-Fixed: 2874758
This commit is contained in:
@@ -451,7 +451,7 @@
|
||||
* gCountryCodePriority - Priority to set country code
|
||||
* @Min: 0
|
||||
* @Max: 1
|
||||
* @Default: 0
|
||||
* @Default: 1
|
||||
*
|
||||
* This ini is used to set default gCountryCodePriority
|
||||
*
|
||||
@@ -459,13 +459,13 @@
|
||||
*
|
||||
* Supported Feature: SAP
|
||||
*
|
||||
* Usage: Internal/External
|
||||
* Usage: Internal
|
||||
*
|
||||
* </ini>
|
||||
*/
|
||||
#define CFG_COUNTRY_CODE_PRIORITY CFG_INI_BOOL( \
|
||||
"gCountryCodePriority", \
|
||||
0, \
|
||||
1, \
|
||||
"Country code priority")
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user