From 5076bb8f316afe4b4805ab455c7f5551f68f89a3 Mon Sep 17 00:00:00 2001 From: "junmeng.li" Date: Wed, 12 Jul 2023 17:22:15 +0000 Subject: [PATCH] MA-21107 [i.MX 8MQ/8Q] fix WiFi direct test fail on 9098 The locally produced random mac_address is overridden by the wifi_mod_para.conf mac_addr, which conflicts with the mac address that the driver locally generates. So remove the mac_addr in wifi_mod_para.conf for PCIE 9098. test: 8MQ Change-Id: Ic3539bdebc9c1e6c9fb737999c883ec7fdb783b8 Signed-off-by: junmeng.li --- nxp/android_wifi_mod_para.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/nxp/android_wifi_mod_para.conf b/nxp/android_wifi_mod_para.conf index a86c895..536155a 100644 --- a/nxp/android_wifi_mod_para.conf +++ b/nxp/android_wifi_mod_para.conf @@ -135,7 +135,6 @@ PCIE9098_0 = { ps_mode=1 auto_ds=1 host_mlme=1 - mac_addr=00:50:43:20:12:34 fw_name=pcieuart9098_combo_v1.bin } @@ -149,7 +148,6 @@ PCIE9098_1 = { ps_mode=1 auto_ds=1 host_mlme=1 - mac_addr=00:50:43:20:52:56 fw_name=pcieuart9098_combo_v1.bin }