aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/veth.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/veth.c')
-rw-r--r--drivers/net/veth.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/veth.c b/drivers/net/veth.c
index 3b0151a2a31b..8461576fa015 100644
--- a/drivers/net/veth.c
+++ b/drivers/net/veth.c
@@ -22,7 +22,6 @@
22 22
23#define MIN_MTU 68 /* Min L3 MTU */ 23#define MIN_MTU 68 /* Min L3 MTU */
24#define MAX_MTU 65535 /* Max L3 MTU (arbitrary) */ 24#define MAX_MTU 65535 /* Max L3 MTU (arbitrary) */
25#define MTU_PAD (ETH_HLEN + 4) /* Max difference between L2 and L3 size MTU */
26 25
27struct veth_net_stats { 26struct veth_net_stats {
28 unsigned long rx_packets; 27 unsigned long rx_packets;