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:
@@ -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")
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user