patch-2.4.2 linux/drivers/net/defxx.c
Next file: linux/drivers/net/defxx.h
Previous file: linux/drivers/net/declance.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Tue Feb 13 13:15:05 2001
- Orig file:
v2.4.1/linux/drivers/net/defxx.c
- Orig date:
Tue Sep 5 12:57:51 2000
diff -u --recursive --new-file v2.4.1/linux/drivers/net/defxx.c linux/drivers/net/defxx.c
@@ -6,7 +6,7 @@
* Copyright Digital Equipment Corporation 1996.
*
* This software may be used and distributed according to the terms of
- * the GNU Public License, incorporated herein by reference.
+ * the GNU General Public License, incorporated herein by reference.
*
* Abstract:
* A Linux device driver supporting the Digital Equipment Corporation
@@ -207,7 +207,7 @@
#include <linux/ptrace.h>
#include <linux/errno.h>
#include <linux/ioport.h>
-#include <linux/malloc.h>
+#include <linux/slab.h>
#include <linux/interrupt.h>
#include <linux/pci.h>
#include <linux/delay.h>
@@ -2861,7 +2861,7 @@
netif_rx(skb);
/* Update the rcv counters */
-
+ bp->dev->last_rx = jiffies;
bp->rcv_total_frames++;
if (*(p_buff + RCV_BUFF_K_DA) & 0x01)
bp->rcv_multicast_frames++;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)