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
This commit is contained in:
LuK1337 2021-06-02 20:28:08 +02:00
parent c56b1c9a6f
commit 83d0538609

View file

@ -495,6 +495,8 @@ passive_max_channel_time_6g=60
# prefer to establish 5GHz band GO for p2p connection # prefer to establish 5GHz band GO for p2p connection
g_prefer_5g_scc_to_dbs=0xc g_prefer_5g_scc_to_dbs=0xc
read_mac_addr_from_mac_file=1
END END
# Note: Configuration parser would not read anything past the END marker # Note: Configuration parser would not read anything past the END marker