mirror of
https://github.com/NXP/imx-firmware.git
synced 2024-11-15 00:55:34 +00:00
795cb35f23
Firmware: SDIO-WLAN-UART-BLUETOOTH-SPI-802.15.4 IW612 Firmware version 18.99.1.p75.8 Combo Firmware Version 18.99.1.p75.8-18.99.1.p75.8 • Non-Secure firmware binary : sduart_nw61x_v1.bin • Secure firmware binary: sduart_nw61x_v1.bin.se Standalone Firmware Version 18.99.1. p75.8 • Wi-Fi Only Non-Secure firmware binary : sd_w61x_v1.bin • Wi-Fi Only Secure firmware binary: sd_w61x_v1.bin.se • Bluetooth and 802.15.4 only Non-Secure firmware binary : uartspi_n61x v1.bin • Bluetooth and 802.15.4 only Secure firmware binary: uartspi_n61x v1.bin.se Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
22 lines
1,003 B
Text
22 lines
1,003 B
Text
# File : ed_mac_ctrl_V2_nw61x.conf
|
|
#
|
|
# ./mlanutl mlan0 hostcmd config/ed_mac_ctrl_V2_nw61x.conf ed_mac_ctrl_v2
|
|
#
|
|
## Set Energy Detect Threshold for EU Adaptivity test
|
|
|
|
ed_mac_ctrl_v2={
|
|
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=0xA # 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=0xA # 0 - Default Energy Detect threshold
|
|
#offset value range: 0x80 to 0x7F
|
|
|
|
ed_ctrl_txq_lock:4=0x1e00FF #DO NOT Change this line
|
|
}
|