From f16aff4d11f818950a5db123e6c4674566ae34c2 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Sun, 10 Nov 2013 10:53:40 +0100 Subject: remove definitions of ETHERMTU and ETHERMIN * device/if_ether.h (ETHERMTU, ETHERMIN): Remove unused definitions. --- device/if_ether.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/device/if_ether.h b/device/if_ether.h index 2ac938e..dbdd818 100644 --- a/device/if_ether.h +++ b/device/if_ether.h @@ -45,9 +45,6 @@ struct ether_header { u_short ether_type; }; -#define ETHERMTU 1500 -#define ETHERMIN (60-14) - #ifdef KERNEL u_char etherbroadcastaddr[6]; -- cgit v1.2.3