1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-09-19 20:50:41 +00:00

Trying to minimize freeze / lags (test)

* Altered the SURVEY_TO from 100 (ms) to 0 (ms) to minimize
This commit is contained in:
Christian B 2018-06-05 22:12:06 +02:00 committed by GitHub
parent d1c5553fdb
commit b2273e710f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) */