From 7b4d3039dfd2cbfa15127c29dcb557f314d13db1 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Mon, 4 Feb 2002 19:12:19 -0800 Subject: v2.4.6.8 -> v2.4.6.9 - Dan Quinlan: cramfs update - Ben Collins: IEEE 1394 update - David Miller: network update (pppoe, routing cache stats), sparc32 update - me: only dump core once per threaded app (first one wins) - me: use new completion handlers for block device requests (same race as with vfork, see -pre7) --- include/linux/netdevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux/netdevice.h') diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 40c320ff1ee3..090f05fe7951 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -64,7 +64,7 @@ struct divert_blk; #endif -#define MAX_ADDR_LEN 7 /* Largest hardware address length */ +#define MAX_ADDR_LEN 8 /* Largest hardware address length */ /* * Compute the worst case header length according to the protocols -- cgit v1.2.3