From 83d053860901aaa5b6fdb54c6160aac817c6806b Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Wed, 2 Jun 2021 20:28:08 +0200 Subject: [PATCH] sm8350-common: wifi: Enable read_mac_addr_from_mac_file This is needed to make WiFi driver load wlan_mac.bin file. Change-Id: Ifdffd86cc412de1338996055cafa08d753fe0426 --- wifi/WCNSS_qcom_cfg.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wifi/WCNSS_qcom_cfg.ini b/wifi/WCNSS_qcom_cfg.ini index a95f362..3b639bd 100644 --- a/wifi/WCNSS_qcom_cfg.ini +++ b/wifi/WCNSS_qcom_cfg.ini @@ -495,6 +495,8 @@ passive_max_channel_time_6g=60 # prefer to establish 5GHz band GO for p2p connection g_prefer_5g_scc_to_dbs=0xc +read_mac_addr_from_mac_file=1 + END # Note: Configuration parser would not read anything past the END marker