From 399388ed30ee269932a9412d018d0e95023d7d5b Mon Sep 17 00:00:00 2001 From: Christian B Date: Sun, 17 Dec 2017 12:13:05 +0100 Subject: [PATCH] 80211W & ADAPTIVITY disabled due to kernel v4.15 * 802.11 security & adaptivity turned off due to preparation of kernel v4.15 support. will take a look at these on a later stage. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2802bf9..ef959e7 100755 --- a/Makefile +++ b/Makefile @@ -62,10 +62,10 @@ 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 = auto +CONFIG_RTW_ADAPTIVITY_EN = disable CONFIG_RTW_ADAPTIVITY_MODE = normal CONFIG_SIGNAL_SCALE_MAPPING = n -CONFIG_80211W = y +CONFIG_80211W = n CONFIG_REDUCE_TX_CPU_LOADING = n CONFIG_BR_EXT = y CONFIG_TDLS = n