Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83055d46 authored by Jay Cliburn's avatar Jay Cliburn Committed by Francois Romieu
Browse files

via-velocity: allow MTU size less than 1500 bytes



Change the minimum allowable MTU size from 1500 bytes to 64 bytes.

Signed-off-by: default avatarJay Cliburn <jacliburn@bellsouth.net>
parent 37185856
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -307,7 +307,7 @@ enum velocity_owner {
#define TX_QUEUE_NO         4

#define MAX_HW_MIB_COUNTER  32
#define VELOCITY_MIN_MTU    (1514-14)
#define VELOCITY_MIN_MTU    (64)
#define VELOCITY_MAX_MTU    (9000)

/*