diff options
Diffstat (limited to 'net/802')
| -rw-r--r-- | net/802/p8022.c | 3 | ||||
| -rw-r--r-- | net/802/tr.c | 1 | 
2 files changed, 1 insertions, 3 deletions
| diff --git a/net/802/p8022.c b/net/802/p8022.c index 7f353c4f437a..0bda8de7df51 100644 --- a/net/802/p8022.c +++ b/net/802/p8022.c @@ -1,6 +1,5 @@  /* - *	NET3:	Support for 802.2 demultiplexing off Ethernet (Token ring - *		is kept separate see p8022tr.c) + *	NET3:	Support for 802.2 demultiplexing off Ethernet   *		This program is free software; you can redistribute it and/or   *		modify it under the terms of the GNU General Public License   *		as published by the Free Software Foundation; either version diff --git a/net/802/tr.c b/net/802/tr.c index 30a352ed09b1..175243b0d6d8 100644 --- a/net/802/tr.c +++ b/net/802/tr.c @@ -604,7 +604,6 @@ static void tr_setup(struct net_device *dev)  	dev->header_ops	= &tr_header_ops; -	dev->type		= ARPHRD_IEEE802_TR;  	dev->hard_header_len	= TR_HLEN;  	dev->mtu		= 2000;  	dev->addr_len		= TR_ALEN; |