Browse Source

qcacld-3.0: Disable sending of solicited BTM query frame by default

Change the btm_offload_config INI default to disable the sending of
solicited BTM query frame from the host.

Change-Id: Ie1d1eeff268e445ed19c62413712ab2178c7ba54
CRs-Fixed: 2279249
Vignesh Viswanathan 6 years ago
parent
commit
6177c7e8ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/hdd/inc/wlan_hdd_cfg.h

+ 1 - 1
core/hdd/inc/wlan_hdd_cfg.h

@@ -13196,7 +13196,7 @@ enum hdd_external_acs_policy {
 #define CFG_BTM_ENABLE_NAME      "btm_offload_config"
 #define CFG_BTM_ENABLE_MIN       (0x00000000)
 #define CFG_BTM_ENABLE_MAX       (0xffffffff)
-#define CFG_BTM_ENABLE_DEFAULT   (0x00000041)
+#define CFG_BTM_ENABLE_DEFAULT   (0x00000001)
 
 /*
  * <ini>