diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2021-02-10 16:48:22 +0800 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2021-10-28 22:02:44 +0200 |
commit | 9327d74d955a2329e4475bf003d4cab2b00be88b (patch) | |
tree | 2e7370b83ce63f317ab25b98d17985a13be96951 /BoardConfigCommon.mk | |
parent | 7af382a87376677712232e44493794cdec3bc87c (diff) |
msm8996-common: Workaround broken softAP with dynamic interface creation
Remove deprecated WIFI_HIDL_FEATURE_DISABLE_AP_MAC_RANDOMIZATION as well
while at it.
Change-Id: Iec8b34326a542b2dcde4c49544771d8e90d138ad
Diffstat (limited to '')
-rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 8bfe645..30f6932 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -199,6 +199,6 @@ HOSTAPD_VERSION := VER_0_8_X WIFI_DRIVER_FW_PATH_AP := "ap" WIFI_DRIVER_FW_PATH_STA := "sta" WIFI_DRIVER_FW_PATH_P2P := "p2p" -WIFI_HIDL_FEATURE_DISABLE_AP_MAC_RANDOMIZATION := true WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true +WIFI_AVOID_IFACE_RESET_MAC_CHANGE := true WPA_SUPPLICANT_VERSION := VER_0_8_X |