Browse Source

qcacld-3.0: Enable Dynamic MAC address update feature flag

Enable the dynamic MAC address feature on host side by default.

Change-Id: I1a4ff3e7b74145296e5004f6ebacae39f0f0ab6d
CRs-Fixed: 3251391
Vinod Kumar Pirla 2 years ago
parent
commit
11ddf2443a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      configs/default_defconfig

+ 3 - 0
configs/default_defconfig

@@ -301,6 +301,9 @@ else
 	CONFIG_QCACLD_WLAN_LFR2 := y
 endif
 
+#Flag to enable Dynamic MAC address update
+CONFIG_WLAN_FEATURE_DYNAMIC_MAC_ADDR_UPDATE := y
+
 ifeq (y,$(filter y,$(CONFIG_LITHIUM) $(CONFIG_BERYLLIUM)))
 CONFIG_WIFI_MONITOR_SUPPORT := y
 CONFIG_QCA_MONITOR_PKT_SUPPORT := y