mirror of
https://github.com/NXP/imx-firmware.git
synced 2024-11-15 09:05:35 +00:00
5c66cfad53
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>
15 lines
534 B
Text
15 lines
534 B
Text
# 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=0x0e # 0 - Default Energy Detect threshold
|
|
#offset value range: 0x80 to 0x7F
|
|
}
|