From db01cd473d5d10c9d7d22f85db156602e601fdfa Mon Sep 17 00:00:00 2001 From: Christian B Date: Sun, 23 Dec 2018 13:29:25 +0100 Subject: [PATCH] Reduce network lag during site survey * Reduced network lag when running a site survey --- include/rtw_mlme_ext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rtw_mlme_ext.h b/include/rtw_mlme_ext.h index 0827a1f..4f6afea 100644 --- a/include/rtw_mlme_ext.h +++ b/include/rtw_mlme_ext.h @@ -21,7 +21,7 @@ * The Realtek 8188CE SoftAP will spend around 100ms to send the probe response after receiving the probe request. * So, this driver tried to extend the dwell time for each scanning channel. * This will increase the chance to receive the probe response from SoftAP. */ -#define SURVEY_TO (100) +#define SURVEY_TO (0) #define REAUTH_TO (300) /* (50) */ #define REASSOC_TO (300) /* (50) */