Fix connection issue with some Teltonika router.

Signed-off-by: Zixun LI <zli@ogga.fr>
This commit is contained in:
Zixun LI 2024-10-14 22:39:29 +02:00 committed by HiFiPhile
parent f42fc9c45d
commit 5aaab8dee5

View file

@ -25,6 +25,8 @@ CONFIG_POWER_SAVING = y
CONFIG_EFUSE_CONFIG_FILE = y
CONFIG_TRAFFIC_PROTECT = y
CONFIG_LOAD_PHY_PARA_FROM_FILE = y
CONFIG_TXPWR_BY_RATE_EN = n
CONFIG_TXPWR_LIMIT_EN = n
CONFIG_RTW_ADAPTIVITY_EN = disable
CONFIG_RTW_ADAPTIVITY_MODE = normal
CONFIG_BR_EXT = y
@ -80,7 +82,7 @@ _HAL_INTFS_FILES := hal_intf.o \
hal_usb.o \
hal_usb_led.o
_OUTSRC_FILES := phydm_debug.o \
phydm_antdiv.o\
phydm_antdect.o\
@ -389,7 +391,7 @@ rtk_core := rtw_cmd.o \
rtw_btcoex.o \
rtw_beamforming.o \
rtw_odm.o \
rtw_efuse.o
rtw_efuse.o
8188eu-y += $(rtk_core)