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:
Alan Chen
2021-02-09 16:00:13 -08:00
committed by snandini
parent cf00d8ea5b
commit 073531fc1e
13 changed files with 82 additions and 72 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018, 2020 The Linux Foundation. All rights reserved.
* Copyright (c) 2011-2018, 2020-2021 The Linux Foundation. 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
@@ -71,7 +71,7 @@
* bcast_twt - to bcast twt capability.
* @Min: 0
* @Max: 1
* @Default: 0
* @Default: 1
*
* This cfg is used to bcast twt capability.
*
@@ -85,7 +85,7 @@
*/
#define CFG_BCAST_TWT CFG_INI_BOOL( \
"bcast_twt", \
0, \
1, \
"Bcast TWT")
/*