mirror of
https://github.com/NXP/imx-firmware.git
synced 2025-01-15 18:25:32 +00:00
[Android]FwImage: update firmware to mxm5x17266
Update Android wifi_mod_para.conf to add SD9098 and SD8978 module wifi config, and also update SD8997 and PCIE9098 wifi module config. Signed-off-by: yang.tian <yang.tian@nxp.com>
This commit is contained in:
parent
648018f14a
commit
cc2c0a48f7
1 changed files with 54 additions and 4 deletions
|
@ -29,10 +29,14 @@
|
||||||
|
|
||||||
SD8997 = {
|
SD8997 = {
|
||||||
cfg80211_wext=0xf
|
cfg80211_wext=0xf
|
||||||
|
sta_name=wlan
|
||||||
|
uap_name=wlan
|
||||||
wfd_name=p2p
|
wfd_name=p2p
|
||||||
max_vir_bss=1
|
max_vir_bss=1
|
||||||
cal_data_cfg=nxp/WlanCalData_ext_8997_QFN_TB.conf
|
cal_data_cfg=none
|
||||||
drv_mode=7
|
ps_mode=2
|
||||||
|
auto_ds=2
|
||||||
|
fw_name=sdiouart8997_combo_v4.bin
|
||||||
}
|
}
|
||||||
|
|
||||||
#SD8997_1 = {
|
#SD8997_1 = {
|
||||||
|
@ -101,20 +105,66 @@ PCIE8997 = {
|
||||||
|
|
||||||
PCIE9098_0 = {
|
PCIE9098_0 = {
|
||||||
cfg80211_wext=0xf
|
cfg80211_wext=0xf
|
||||||
|
sta_name=wlan
|
||||||
|
uap_name=wlan
|
||||||
wfd_name=p2p
|
wfd_name=p2p
|
||||||
max_vir_bss=1
|
max_vir_bss=1
|
||||||
cal_data_cfg=none
|
cal_data_cfg=none
|
||||||
drv_mode=7
|
ps_mode=2
|
||||||
|
auto_ds=2
|
||||||
mac_addr=00:50:43:20:12:34
|
mac_addr=00:50:43:20:12:34
|
||||||
|
fw_name=pcieuart9098_combo_v1.bin
|
||||||
}
|
}
|
||||||
|
|
||||||
PCIE9098_1 = {
|
PCIE9098_1 = {
|
||||||
cfg80211_wext=0xf
|
cfg80211_wext=0xf
|
||||||
|
sta_name=wlan
|
||||||
|
uap_name=wlan
|
||||||
wfd_name=p2p
|
wfd_name=p2p
|
||||||
max_vir_bss=1
|
max_vir_bss=1
|
||||||
cal_data_cfg=none
|
cal_data_cfg=none
|
||||||
drv_mode=7
|
ps_mode=2
|
||||||
|
auto_ds=2
|
||||||
mac_addr=00:50:43:20:52:56
|
mac_addr=00:50:43:20:52:56
|
||||||
|
fw_name=pcieuart9098_combo_v1.bin
|
||||||
|
}
|
||||||
|
|
||||||
|
SD9098_0 = {
|
||||||
|
cfg80211_wext=0xf
|
||||||
|
sta_name=wlan
|
||||||
|
uap_name=wlan
|
||||||
|
wfd_name=p2p
|
||||||
|
max_vir_bss=1
|
||||||
|
cal_data_cfg=none
|
||||||
|
ps_mode=2
|
||||||
|
auto_ds=2
|
||||||
|
mac_addr=00:50:43:20:12:34
|
||||||
|
fw_name=sdiouart9098_combo_v1.bin
|
||||||
|
}
|
||||||
|
|
||||||
|
SD9098_1 = {
|
||||||
|
cfg80211_wext=0xf
|
||||||
|
sta_name=wlan
|
||||||
|
uap_name=wlan
|
||||||
|
wfd_name=p2p
|
||||||
|
max_vir_bss=1
|
||||||
|
cal_data_cfg=none
|
||||||
|
ps_mode=2
|
||||||
|
auto_ds=2
|
||||||
|
mac_addr=00:50:43:20:52:56
|
||||||
|
fw_name=sdiouart9098_combo_v1.bin
|
||||||
|
}
|
||||||
|
|
||||||
|
SD8978 = {
|
||||||
|
cfg80211_wext=0xf
|
||||||
|
sta_name=wlan
|
||||||
|
uap_name=wlan
|
||||||
|
wfd_name=p2p
|
||||||
|
max_vir_bss=1
|
||||||
|
cal_data_cfg=none
|
||||||
|
ps_mode=2
|
||||||
|
auto_ds=2
|
||||||
|
fw_name=sdiouartiw416_combo_v0.bin
|
||||||
}
|
}
|
||||||
|
|
||||||
#USB8997 = {
|
#USB8997 = {
|
||||||
|
|
Loading…
Reference in a new issue