From 691b536e2169bd6b73a530bde3c5748153cf8b6a Mon Sep 17 00:00:00 2001 From: Christian kimocoder Date: Sun, 27 Aug 2017 17:42:44 +0200 Subject: [PATCH] corrected TX_POWER_TO_MAX setting * Fixes TX_Power to Max to that RegDoms allowed maximum, resolves issues with TLP and other powersaving affecting signal stability. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 64a470c..68edb54 100755 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ CONFIG_EXT_CLK = n CONFIG_TRAFFIC_PROTECT = y CONFIG_LOAD_PHY_PARA_FROM_FILE = y CONFIG_CALIBRATE_TX_POWER_BY_REGULATORY = n -CONFIG_CALIBRATE_TX_POWER_TO_MAX = n +CONFIG_CALIBRATE_TX_POWER_TO_MAX = y CONFIG_RTW_ADAPTIVITY_EN = disable CONFIG_RTW_ADAPTIVITY_MODE = normal CONFIG_SIGNAL_SCALE_MAPPING = n