qcacld-3.0: Change the default value of btm_offload_config

Firmware expects btm_offload_config value as 0x1c1 by default
so that BTM query is enabled. To enable BIT 7, "prefer_btm_query"
ini is used and its default value is 1. To enable BIT 8 in
btm_offload_config, "prefer_roam_score_for_candidate_selection"
ini is used and its default value is 1. Enable the BIT 6 also
by default.

Change the default value of btm_offload_config to set bit 6 by
default.

Change-Id: Ic0b222c281d1731aaf21aaff6a72ebf1f1f930de
CRs-Fixed: 2466687
This commit is contained in:
Pragaspathi Thilagaraj
2019-06-19 16:54:15 +05:30
committed by nshrivas
parent 33bf18f2ef
commit e4f0cc7ff5

View File

@@ -72,7 +72,7 @@
* btm_offload_config - Configure BTM
* @Min: 0x00000000
* @Max: 0xFFFFFFFF
* @Default: 0x00000001
* @Default: 0x00000041
*
* This ini is used to configure BTM
*
@@ -107,7 +107,7 @@
"btm_offload_config", \
0x00000000, \
0xffffffff, \
0x00000001, \
0x00000041, \
CFG_VALUE_OR_DEFAULT, \
"configure btm offload")