Explorar o código

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
Pragaspathi Thilagaraj %!s(int64=5) %!d(string=hai) anos
pai
achega
e4f0cc7ff5
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      components/mlme/dispatcher/inc/cfg_mlme_btm.h

+ 2 - 2
components/mlme/dispatcher/inc/cfg_mlme_btm.h

@@ -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")