mirror of
https://github.com/NXP/imx-firmware.git
synced 2024-11-15 09:05:35 +00:00
620e3e7c06
Firmware: PCIE-UART W8997 Firmware version 16.92.10.p110 SDIO-UART W8987 Firmware version 16.92.10.p208 Yocto build, it requires to copy the files to: - lib/firmware/nxp/ Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
23 lines
1 KiB
Text
23 lines
1 KiB
Text
# File : ed_mac_ctrl_V3_8987.conf
|
|
#
|
|
# ed_mac_ctrl_v3 is used for 88W8997, 88W8987, 88W8977
|
|
# ./mlanutl mlan0 hostcmd config/ed_mac_ctrl_V3_8987.conf ed_mac_ctrl_v3
|
|
#
|
|
## Set Energy Detect Threshold for EU Adaptivity test
|
|
|
|
ed_mac_ctrl_v3={
|
|
CmdCode=0x0130 #Command code, DO NOT change this line
|
|
ed_ctrl_2g.enable:2=0x1 # 0 - disable EU adaptivity for 2.4GHz band
|
|
# 1 - enable EU adaptivity for 2.4GHz band
|
|
|
|
ed_ctrl_2g.offset:2=0x6 # 0 - Default Energy Detect threshold
|
|
#offset value range: 0x80 to 0x7F
|
|
|
|
ed_ctrl_5g.enable:2=0x1 # 0 - disable EU adaptivity for 5GHz band
|
|
# 1 - enable EU adaptivity for 5GHz band
|
|
|
|
ed_ctrl_5g.offset:2=0x6 # 0 - Default Energy Detect threshold
|
|
#offset value range: 0x80 to 0x7F
|
|
|
|
ed_ctrl_txq_lock:4=0xFF #DO NOT Change this line
|
|
}
|