patch-2.4.2 linux/drivers/net/3c501.c
Next file: linux/drivers/net/3c503.c
Previous file: linux/drivers/mtd/vmax301.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Tue Feb 13 13:15:05 2001
- Orig file:
v2.4.1/linux/drivers/net/3c501.c
- Orig date:
Tue Nov 14 13:16:37 2000
diff -u --recursive --new-file v2.4.1/linux/drivers/net/3c501.c linux/drivers/net/3c501.c
@@ -4,7 +4,7 @@
Copyright 1993 United States Government as represented by the
Director, National Security Agency. This software may be used and
- distributed according to the terms of the GNU Public License,
+ distributed according to the terms of the GNU General Public License,
incorporated herein by reference.
This is a device driver for the 3Com Etherlink 3c501.
@@ -101,7 +101,7 @@
#include <linux/fcntl.h>
#include <linux/ioport.h>
#include <linux/interrupt.h>
-#include <linux/malloc.h>
+#include <linux/slab.h>
#include <linux/string.h>
#include <linux/errno.h>
#include <linux/config.h> /* for CONFIG_IP_MULTICAST */
@@ -796,6 +796,7 @@
insb(DATAPORT, skb_put(skb,pkt_len), pkt_len);
skb->protocol=eth_type_trans(skb,dev);
netif_rx(skb);
+ dev->last_rx = jiffies;
lp->stats.rx_packets++;
lp->stats.rx_bytes+=pkt_len;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)