From 3a1663bdbdb7e58bf4a465dfedee61706e719c69 Mon Sep 17 00:00:00 2001 From: Sultan Alsawaf Date: Tue, 21 Jan 2020 06:44:09 +0530 Subject: [PATCH] Revert "qcacld-3.0: Enable SAE and GCMP by default" This reverts commit a5eaeb8686658fcbed0c63a1b505357a9491b2fc. This causes significantly reduced throughput when close to access points, and causes the WiFi connection to drop entirely when slightly far away from access points during periods of high traffic (e.g., running a speed test while not standing next to the access point causes WiFi to disconnect). Signed-off-by: Sultan Alsawaf Signed-off-by: UtsavisGreat Signed-off-by: UtsavBalar1231 --- drivers/staging/qcacld-3.0/core/hdd/inc/wlan_hdd_cfg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/qcacld-3.0/core/hdd/inc/wlan_hdd_cfg.h b/drivers/staging/qcacld-3.0/core/hdd/inc/wlan_hdd_cfg.h index a32a2a7db347..815e2683288e 100644 --- a/drivers/staging/qcacld-3.0/core/hdd/inc/wlan_hdd_cfg.h +++ b/drivers/staging/qcacld-3.0/core/hdd/inc/wlan_hdd_cfg.h @@ -13706,7 +13706,7 @@ enum hdd_external_acs_policy { */ #define CFG_IS_SAE_ENABLED_NAME "sae_enabled" -#define CFG_IS_SAE_ENABLED_DEFAULT (1) +#define CFG_IS_SAE_ENABLED_DEFAULT (0) #define CFG_IS_SAE_ENABLED_MIN (0) #define CFG_IS_SAE_ENABLED_MAX (1) @@ -15150,7 +15150,7 @@ enum hdd_external_acs_policy { #define CFG_ENABLE_GCMP_NAME "gcmp_enabled" #define CFG_ENABLE_GCMP_MIN (0) #define CFG_ENABLE_GCMP_MAX (1) -#define CFG_ENABLE_GCMP_DEFAULT (1) +#define CFG_ENABLE_GCMP_DEFAULT (0) /* *