patch-2.4.3 linux/drivers/net/wan/sealevel.c
Next file: linux/drivers/net/wan/syncppp.c
Previous file: linux/drivers/net/wan/sdlamain.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Tue Mar 6 19:44:37 2001
- Orig file:
v2.4.2/linux/drivers/net/wan/sealevel.c
- Orig date:
Sun Aug 13 14:57:35 2000
diff -u --recursive --new-file v2.4.2/linux/drivers/net/wan/sealevel.c linux/drivers/net/wan/sealevel.c
@@ -26,7 +26,7 @@
#include <asm/io.h>
#include <asm/dma.h>
#include <asm/byteorder.h>
-#include "syncppp.h"
+#include <net/syncppp.h>
#include "z85230.h"
@@ -67,6 +67,7 @@
* it right now.
*/
netif_rx(skb);
+ c->netdevice->last_rx = jiffies;
}
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)