patch-2.4.2 linux/drivers/net/ni65.c
Next file: linux/drivers/net/ni65.h
Previous file: linux/drivers/net/ni52.h
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/ni65.c
- Orig date:
Tue May 2 12:40:59 2000
diff -u --recursive --new-file v2.4.1/linux/drivers/net/ni65.c linux/drivers/net/ni65.c
@@ -12,7 +12,7 @@
* driver probes: io: 0x360,0x300,0x320,0x340 / dma: 3,5,6,7
*
* This is an extension to the Linux operating system, and is covered by the
- * same Gnu Public License that covers the Linux-kernel.
+ * same GNU General Public License that covers the Linux-kernel.
*
* comments/bugs/suggestions can be sent to:
* Michael Hipp
@@ -67,7 +67,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/delay.h>
#include <linux/init.h>
@@ -1045,6 +1045,7 @@
p->stats.rx_bytes += len;
skb->protocol=eth_type_trans(skb,dev);
netif_rx(skb);
+ dev->last_rx = jiffies;
}
else
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)