mirror of
https://github.com/NXP/imx-firmware.git
synced 2025-01-16 02:35:31 +00:00
MA-18977 Update wifi driver version to mxm5x17241
Append wifi config for pcie9098 and sd8997 for android wifi mod_para.conf and also power_save mode. Signed-off-by: yang.tian <yang.tian@nxp.com>
This commit is contained in:
parent
f1276a6894
commit
40dee06797
2 changed files with 28 additions and 8 deletions
|
@ -31,8 +31,10 @@ SD8997 = {
|
||||||
cfg80211_wext=0xf
|
cfg80211_wext=0xf
|
||||||
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 +103,28 @@ 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
|
||||||
}
|
}
|
||||||
|
|
||||||
#USB8997 = {
|
#USB8997 = {
|
||||||
|
|
|
@ -31,8 +31,10 @@ SD8997 = {
|
||||||
cfg80211_wext=0xf
|
cfg80211_wext=0xf
|
||||||
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
|
||||||
powersave_enable=1
|
powersave_enable=1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -105,21 +107,29 @@ 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
|
||||||
powersave_enable=1
|
powersave_enable=1
|
||||||
}
|
}
|
||||||
|
|
||||||
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
|
||||||
powersave_enable=1
|
powersave_enable=1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue