From: Jay Cliburn Date: Tue, 23 May 2006 22:02:51 +0000 (+0200) Subject: via-velocity: allow MTU size less than 1500 bytes X-Git-Tag: v2.6.18-rc1~1115^2~32^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=83055d46e5eddbb3574ef5e9c0d9c021bcb75c0b;p=karo-tx-linux.git via-velocity: allow MTU size less than 1500 bytes Change the minimum allowable MTU size from 1500 bytes to 64 bytes. Signed-off-by: Jay Cliburn --- diff --git a/drivers/net/via-velocity.h b/drivers/net/via-velocity.h index d9a774b91ddc..f1b2640ebdc6 100644 --- a/drivers/net/via-velocity.h +++ b/drivers/net/via-velocity.h @@ -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) /*