From f0442bf22f67a744ec62f92c3f7628990f0247e2 Mon Sep 17 00:00:00 2001 From: chewitt Date: Sun, 28 Aug 2016 10:40:13 +0100 Subject: [PATCH] rtl8812au: fix AP timeout value patch --- .../RTL8812AU/patches/RTL8812AU-05-fix-AP-timeout.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/linux-drivers/RTL8812AU/patches/RTL8812AU-05-fix-AP-timeout.patch b/packages/linux-drivers/RTL8812AU/patches/RTL8812AU-05-fix-AP-timeout.patch index 089d4f25b8..83ed42e798 100644 --- a/packages/linux-drivers/RTL8812AU/patches/RTL8812AU-05-fix-AP-timeout.patch +++ b/packages/linux-drivers/RTL8812AU/patches/RTL8812AU-05-fix-AP-timeout.patch @@ -17,7 +17,7 @@ index d1d5894..7dd78ad 100644 // This will increase the chance to receive the probe response from SoftAP. -#define SURVEY_TO (100) -+#define SURVEY_TO (0) ++#define SURVEY_TO (150) #define REAUTH_TO (300) //(50) #define REASSOC_TO (300) //(50) //#define DISCONNECT_TO (3000)