mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-09 23:57:00 +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:
parent
d1c5553fdb
commit
b2273e710f
@ -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) */
|
||||
|
Loading…
Reference in New Issue
Block a user