Skip to content

Commit

Permalink
via-velocity: allow MTU size less than 1500 bytes
Browse files Browse the repository at this point in the history
Change the minimum allowable MTU size from 1500 bytes to 64 bytes.

Signed-off-by: Jay Cliburn <jacliburn@bellsouth.net>
  • Loading branch information
Jay Cliburn authored and Francois Romieu committed May 27, 2006
1 parent 3718585 commit 83055d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/via-velocity.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

/*
Expand Down

0 comments on commit 83055d4

Please sign in to comment.