Jelajahi Sumber

qcacld-3.0: Enable LFR2.0 roaming for sdxlemur

Although sdxlemur attach HSP, but LFR3.0 is disabled and LFR2.0 enabled
in target, so add exception in default configure file.

Change-Id: Idabbe317fc0fcc194138beb7444d812cd60455a8
CRs-Fixed: 2854249
Will Huang 4 tahun lalu
induk
melakukan
5af5135ebb
1 mengubah file dengan 6 tambahan dan 0 penghapusan
  1. 6 0
      configs/default_defconfig

+ 6 - 0
configs/default_defconfig

@@ -202,6 +202,12 @@ else
 	CONFIG_QCACLD_WLAN_LFR2 := y
 endif
 
+#SDX65 attach HSP but enable LFR2
+ifeq ($(CONFIG_ARCH_SDXLEMUR), y)
+	CONFIG_QCACLD_WLAN_LFR3 := n
+	CONFIG_QCACLD_WLAN_LFR2 := y
+endif
+
 ifneq ($(CONFIG_MOBILE_ROUTER), y)
 #Flag to enable TDLS feature
 CONFIG_QCOM_TDLS := y