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:
yang.tian 2021-04-26 13:14:06 +08:00
parent f1276a6894
commit 40dee06797
2 changed files with 28 additions and 8 deletions

View file

@ -31,8 +31,10 @@ SD8997 = {
cfg80211_wext=0xf
wfd_name=p2p
max_vir_bss=1
cal_data_cfg=nxp/WlanCalData_ext_8997_QFN_TB.conf
drv_mode=7
cal_data_cfg=none
ps_mode=2
auto_ds=2
fw_name=sdiouart8997_combo_v4.bin
}
#SD8997_1 = {
@ -101,20 +103,28 @@ PCIE8997 = {
PCIE9098_0 = {
cfg80211_wext=0xf
sta_name=wlan
uap_name=wlan
wfd_name=p2p
max_vir_bss=1
cal_data_cfg=none
drv_mode=7
ps_mode=2
auto_ds=2
mac_addr=00:50:43:20:12:34
fw_name=pcieuart9098_combo_v1.bin
}
PCIE9098_1 = {
cfg80211_wext=0xf
sta_name=wlan
uap_name=wlan
wfd_name=p2p
max_vir_bss=1
cal_data_cfg=none
drv_mode=7
ps_mode=2
auto_ds=2
mac_addr=00:50:43:20:52:56
fw_name=pcieuart9098_combo_v1.bin
}
#USB8997 = {

View file

@ -31,8 +31,10 @@ SD8997 = {
cfg80211_wext=0xf
wfd_name=p2p
max_vir_bss=1
cal_data_cfg=nxp/WlanCalData_ext_8997_QFN_TB.conf
drv_mode=7
cal_data_cfg=none
ps_mode=2
auto_ds=2
fw_name=sdiouart8997_combo_v4.bin
powersave_enable=1
}
@ -105,21 +107,29 @@ PCIE8997 = {
PCIE9098_0 = {
cfg80211_wext=0xf
sta_name=wlan
uap_name=wlan
wfd_name=p2p
max_vir_bss=1
cal_data_cfg=none
drv_mode=7
ps_mode=2
auto_ds=2
mac_addr=00:50:43:20:12:34
fw_name=pcieuart9098_combo_v1.bin
powersave_enable=1
}
PCIE9098_1 = {
cfg80211_wext=0xf
sta_name=wlan
uap_name=wlan
wfd_name=p2p
max_vir_bss=1
cal_data_cfg=none
drv_mode=7
ps_mode=2
auto_ds=2
mac_addr=00:50:43:20:52:56
fw_name=pcieuart9098_combo_v1.bin
powersave_enable=1
}