patch-2.4.7 linux/drivers/net/eql.c
Next file: linux/drivers/net/eth16i.c
Previous file: linux/drivers/net/epic100.c
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Wed Jul 4 14:41:33 2001
- Orig file:
v2.4.6/linux/drivers/net/eql.c
- Orig date:
Mon May 14 23:55:12 2001
diff -u --recursive --new-file v2.4.6/linux/drivers/net/eql.c linux/drivers/net/eql.c
@@ -16,9 +16,6 @@
* Phone: 1-703-847-0040 ext 103
*/
-static const char *version =
- "Equalizer1996: $Revision: 1.2.1 $ $Date: 1996/09/22 13:52:00 $ Simon Janes (simon@ncm.com)\n";
-
/*
* Sources:
* skeleton.c by Donald Becker.
@@ -124,6 +121,8 @@
#include <asm/uaccess.h>
+static const char version[] __initdata =
+ "Equalizer1996: $Revision: 1.2.1 $ $Date: 1996/09/22 13:52:00 $ Simon Janes (simon@ncm.com)\n";
#ifndef EQL_DEBUG
/* #undef EQL_DEBUG -* print nothing at all, not even a boot-banner */
@@ -360,9 +359,9 @@
#endif
skb->dev = slave_dev;
skb->priority = 1;
+ slave->bytes_queued += skb->len;
dev_queue_xmit (skb);
eql->stats->tx_packets++;
- slave->bytes_queued += skb->len;
}
else
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)