mirror of
https://github.com/NXP/imx-firmware.git
synced 2025-01-15 10:15:33 +00:00
FwImage: update firmware to mxm5x17283
Firmware: SDIO-UART W8801 Firmware version 14.92.36.p170 SDIO-UART IW416 Firmware version 16.92.21.p11 PCIE-UART W9098 Firmware version 17.92.5.p10 SDIO-UART W8997 Firmware version 16.92.10.p219.4 PCIE-UART W8997 Firmware version 16.92.10.p213.3 SDIO-UART W8987 Firmware version 16.92.21.p11 WLAN Bug Fixes: --------------- 1. PCIE8997: Fixed pre-cert issue where STA is responding to the ARP requests after receiving encrypted M3 and reset PN from AP 2. PCIE8997: Added WFA SVD failure fixes 3. PCIE9098: Fixed pre-cert issue where STA is responding to the ARP requests after receiving encrypted M3 and reset PN from AP 4. PCIE9098: Added WFA SVD failure fixes 5. SD8801: Fixed low TCP RX throughput issue For Linksys 1900AC AP 6. SD8801: Corresponding firmware change for fixing low throughput issue in WPA3-SAE security 7. SD8801: Enabled ED-MAC by default 8. SD8801: Fixed low throughput in Rx A-MSDU 9. SD8801: Fixed low throughput issue in P2P GC 10. SD8801: Added WFA SVD failure fixes 11. SD8987: Added WFA SVD failure fixes 12. SD8987: Minor generic bug fixe 13. SD8987: Fixed RF test mode "Continuous Transmit Test" error happened on the second time test 14. SD8987: Fixed Low TCP-Tx and UDP-Tx throughput issues 15. SD8997: Fixed pre-cert issue where STA is responding to the ARP requests after receiving encrypted M3 and reset PN from AP 16. SD8997: Added WFA SVD failure fixes 17. SDIW416: Added WFA SVD failure fixes 18. SDIW416: Minor generic bug fixes BT Bug Fixes: ------------- 1. SD8987: Minor generic bug fixe 2. SD8987: Fixed FW replying with different reason when the Host has rejected the incoming call 3. SD8987: Fixed Outgoing connection disconnection with reason "Connection terminated by local host" after pairing with reference device 4. SDIW416: Fixed an issue with retransmission window during eSCO connection accept 5. SDIW416: Continuous A2DP-SNK audio glitches issue observed in MMH Rx traffic Yocto build, it requires to copy the files to: - lib/firmware/nxp/ Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
This commit is contained in:
parent
7b2c483ef4
commit
f179573c8c
8 changed files with 16 additions and 1 deletions
15
nxp/FwImage_8801_SD/ed_mac_ctrl_V1_8801.conf
Normal file
15
nxp/FwImage_8801_SD/ed_mac_ctrl_V1_8801.conf
Normal file
|
@ -0,0 +1,15 @@
|
|||
# File : ed_mac_ctrl_V1_8801.conf
|
||||
#
|
||||
# ./mlanutl mlan0 hostcmd config/ed_mac_ctrl_V1_8801.conf ed_mac_ctrl
|
||||
#
|
||||
#
|
||||
## Set Energy Detect Threshold for EU Adaptivity test
|
||||
|
||||
ed_mac_ctrl={
|
||||
CmdCode=0x0124 #Command code, DO NOT change this line
|
||||
Enable:2=0x1 # 0 - disable EU adaptivity
|
||||
# 1 - enable EU adaptivity
|
||||
|
||||
Offset:2=0x1b # 0 - Default Energy Detect threshold
|
||||
#offset value range: 0x80 to 0x7F
|
||||
}
|
BIN
nxp/FwImage_8801_SD/sd8801_uapsta.bin
Normal file
BIN
nxp/FwImage_8801_SD/sd8801_uapsta.bin
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -165,7 +165,7 @@ SD8801 = {
|
|||
ps_mode=1
|
||||
auto_ds=1
|
||||
host_mlme=1
|
||||
fw_name=nxp/sdiouart8801_combo_v0.bin
|
||||
fw_name=nxp/sd8801_uapsta.bin
|
||||
}
|
||||
|
||||
#USB8997 = {
|
||||
|
|
Loading…
Reference in a new issue