From 5aaab8dee538004797481dc44f165bcc8f14045c Mon Sep 17 00:00:00 2001 From: Zixun LI Date: Mon, 14 Oct 2024 22:39:29 +0200 Subject: [PATCH] Fix connection issue with some Teltonika router. Signed-off-by: Zixun LI --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bda0f77..9bec5b0 100755 --- a/Makefile +++ b/Makefile @@ -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)