From 02f40d35e975bc7579db51cdcb5e5de9f18708e1 Mon Sep 17 00:00:00 2001 From: Sherry Sun Date: Fri, 26 Aug 2022 09:47:43 +0800 Subject: [PATCH] LF-6958: remove the mac_addr for SD9098 and PCIE9098 Remove the mac_addr configuration for SD9098 and PCIE9098, as this configuration will cause the 88w9098 devices fail to get the IP address from the AP when test multiple 88w9098 devices at the same time. Signed-off-by: Sherry Sun --- nxp/wifi_mod_para.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nxp/wifi_mod_para.conf b/nxp/wifi_mod_para.conf index 634353a..4af45ec 100644 --- a/nxp/wifi_mod_para.conf +++ b/nxp/wifi_mod_para.conf @@ -103,7 +103,6 @@ PCIE9098_0 = { ps_mode=1 auto_ds=1 host_mlme=1 - mac_addr=00:50:43:20:12:34 fw_name=nxp/pcieuart9098_combo_v1.bin } @@ -114,7 +113,6 @@ PCIE9098_1 = { ps_mode=1 auto_ds=1 host_mlme=1 - mac_addr=00:50:43:20:52:56 fw_name=nxp/pcieuart9098_combo_v1.bin } @@ -125,7 +123,6 @@ SD9098_0 = { ps_mode=1 auto_ds=1 host_mlme=1 - mac_addr=00:50:43:20:12:34 fw_name=nxp/sdiouart9098_combo_v1.bin } @@ -136,7 +133,6 @@ SD9098_1 = { ps_mode=1 auto_ds=1 host_mlme=1 - mac_addr=00:50:43:20:52:56 fw_name=nxp/sdiouart9098_combo_v1.bin }