From b23f2d68d667f411fdde1b4fdc82ce8a313f76bf Mon Sep 17 00:00:00 2001 From: Christian B Date: Tue, 5 Dec 2017 09:59:57 +0100 Subject: [PATCH] Enabled CONFIG_RTW_ADAPTIVITY_EN * Set CONFIG_RTW_ADAPTIVITY_EN to AUTO --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a3e987f..8628e38 100755 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ CONFIG_TRAFFIC_PROTECT = y CONFIG_LOAD_PHY_PARA_FROM_FILE = y CONFIG_CALIBRATE_TX_POWER_BY_REGULATORY = n CONFIG_CALIBRATE_TX_POWER_TO_MAX = y -CONFIG_RTW_ADAPTIVITY_EN = disable +CONFIG_RTW_ADAPTIVITY_EN = auto CONFIG_RTW_ADAPTIVITY_MODE = normal CONFIG_SIGNAL_SCALE_MAPPING = n CONFIG_80211W = y