patch-2.4.2 linux/drivers/net/eexpress.c
Next file: linux/drivers/net/epic100.c
Previous file: linux/drivers/net/eepro100.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Tue Feb 13 13:15:05 2001
- Orig file:
v2.4.1/linux/drivers/net/eexpress.c
- Orig date:
Tue Dec 5 12:29:38 2000
diff -u --recursive --new-file v2.4.1/linux/drivers/net/eexpress.c linux/drivers/net/eexpress.c
@@ -120,7 +120,7 @@
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/skbuff.h>
-#include <linux/malloc.h>
+#include <linux/slab.h>
#include <linux/mca.h>
#include <linux/spinlock.h>
@@ -939,6 +939,7 @@
insw(ioaddr+DATAPORT, skb_put(skb,pkt_len),(pkt_len+1)>>1);
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)