mirror of
https://github.com/NXP/imx-firmware.git
synced 2025-01-15 18:25:32 +00:00
FwImage: SD8801: change the ed_mac value for muRata 2DS module
0x0e is the recommend Energy Detect threshold for muRata 2DS module, otherwise the inappropriate ed_mac value may cause 2.4G channel 1 AP/P2P function cannot work when use 2DS along with muRata M.2-usd apater. Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
This commit is contained in:
parent
982bb10dfa
commit
5c66cfad53
2 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,6 @@ ed_mac_ctrl={
|
||||||
Enable:2=0x1 # 0 - disable EU adaptivity
|
Enable:2=0x1 # 0 - disable EU adaptivity
|
||||||
# 1 - enable EU adaptivity
|
# 1 - enable EU adaptivity
|
||||||
|
|
||||||
Offset:2=0x1b # 0 - Default Energy Detect threshold
|
Offset:2=0x0e # 0 - Default Energy Detect threshold
|
||||||
#offset value range: 0x80 to 0x7F
|
#offset value range: 0x80 to 0x7F
|
||||||
}
|
}
|
||||||
|
|
|
@ -154,6 +154,7 @@ SD8801 = {
|
||||||
auto_ds=1
|
auto_ds=1
|
||||||
host_mlme=1
|
host_mlme=1
|
||||||
fw_name=nxp/sd8801_uapsta.bin
|
fw_name=nxp/sd8801_uapsta.bin
|
||||||
|
init_hostcmd_cfg=nxp/ed_mac_ctrl_V1_8801.conf
|
||||||
}
|
}
|
||||||
|
|
||||||
SD9177 = {
|
SD9177 = {
|
||||||
|
|
Loading…
Reference in a new issue