From b2273e710fc196c4f7184118ea315afaafe1672d Mon Sep 17 00:00:00 2001 From: Christian B Date: Tue, 5 Jun 2018 22:12:06 +0200 Subject: [PATCH] Trying to minimize freeze / lags (test) * Altered the SURVEY_TO from 100 (ms) to 0 (ms) to minimize --- 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 0ef5f8c..a7bc112 100644 --- a/include/rtw_mlme_ext.h +++ b/include/rtw_mlme_ext.h @@ -27,7 +27,7 @@ * 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) */ /* #define DISCONNECT_TO (3000) */