mirror of
https://github.com/NXP/imx-firmware.git
synced 2025-01-15 18:25:32 +00:00
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 <junmeng.li_1@nxp.com>
This commit is contained in:
parent
f775d53ca3
commit
5076bb8f31
1 changed files with 0 additions and 2 deletions
|
@ -135,7 +135,6 @@ PCIE9098_0 = {
|
||||||
ps_mode=1
|
ps_mode=1
|
||||||
auto_ds=1
|
auto_ds=1
|
||||||
host_mlme=1
|
host_mlme=1
|
||||||
mac_addr=00:50:43:20:12:34
|
|
||||||
fw_name=pcieuart9098_combo_v1.bin
|
fw_name=pcieuart9098_combo_v1.bin
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -149,7 +148,6 @@ PCIE9098_1 = {
|
||||||
ps_mode=1
|
ps_mode=1
|
||||||
auto_ds=1
|
auto_ds=1
|
||||||
host_mlme=1
|
host_mlme=1
|
||||||
mac_addr=00:50:43:20:52:56
|
|
||||||
fw_name=pcieuart9098_combo_v1.bin
|
fw_name=pcieuart9098_combo_v1.bin
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue