From fd9c11863474890862ce20a4b65bdce5d06d7502 Mon Sep 17 00:00:00 2001 From: Alex Shevelkin Date: Tue, 16 Feb 2021 16:55:21 +0300 Subject: [PATCH] Disable power saving for stable wifi connection Change-Id: If55cc47e6cdd37eee4d31ab9b291c715181188d6 --- rtl88x2CS/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl88x2CS/Makefile b/rtl88x2CS/Makefile index b79c90b..1cf4c33 100644 --- a/rtl88x2CS/Makefile +++ b/rtl88x2CS/Makefile @@ -50,7 +50,7 @@ CONFIG_SDIO_HCI = y CONFIG_GSPI_HCI = n ########################## Features ########################### CONFIG_MP_INCLUDED = y -CONFIG_POWER_SAVING = y +CONFIG_POWER_SAVING = n CONFIG_IPS_MODE = default CONFIG_LPS_MODE = default CONFIG_USB_AUTOSUSPEND = n -- 2.20.1