diff --git a/src/patches/ppp/ppp-2.4.6-increase-max-padi-attempts.patch b/src/patches/ppp/ppp-2.4.6-increase-max-padi-attempts.patch index b09a9b52d..5127c1f10 100644 --- a/src/patches/ppp/ppp-2.4.6-increase-max-padi-attempts.patch +++ b/src/patches/ppp/ppp-2.4.6-increase-max-padi-attempts.patch @@ -7,7 +7,7 @@ index 9ab2eee..86762bd 100644 /* How many PADI/PADS attempts? */ -#define MAX_PADI_ATTEMPTS 3 -+#define MAX_PADI_ATTEMPTS 12 ++#define MAX_PADI_ATTEMPTS 4 /* Initial timeout for PADO/PADS */ #define PADI_TIMEOUT 5