mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #672 from chewitt/fix_rtl8812au
rtl8812au: fix AP timeout value patch
This commit is contained in:
commit
ff6dadfbef
@ -17,7 +17,7 @@ index d1d5894..7dd78ad 100644
|
|||||||
// This will increase the chance to receive the probe response from SoftAP.
|
// This will increase the chance to receive the probe response from SoftAP.
|
||||||
|
|
||||||
-#define SURVEY_TO (100)
|
-#define SURVEY_TO (100)
|
||||||
+#define SURVEY_TO (0)
|
+#define SURVEY_TO (150)
|
||||||
#define REAUTH_TO (300) //(50)
|
#define REAUTH_TO (300) //(50)
|
||||||
#define REASSOC_TO (300) //(50)
|
#define REASSOC_TO (300) //(50)
|
||||||
//#define DISCONNECT_TO (3000)
|
//#define DISCONNECT_TO (3000)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user