diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-03-09 20:33:35 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-03-09 20:33:35 +0000 |
commit | 116674acc97ba75a720329996877077d988443a2 (patch) | |
tree | 6a3f2ff0b612ae2ee8a3f3509370c9e6333a53b3 /drivers/net/sonic.c | |
parent | 71118c319fcae4a138f16e35b4f7e0a6d53ce2ca (diff) |
Merge with Linux 2.4.2.
Diffstat (limited to 'drivers/net/sonic.c')
-rw-r--r-- | drivers/net/sonic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/sonic.c b/drivers/net/sonic.c index 5480ec0ff..a99ef3a71 100644 --- a/drivers/net/sonic.c +++ b/drivers/net/sonic.c @@ -339,6 +339,7 @@ sonic_rx(struct net_device *dev) eth_copy_and_sum(skb, pkt_ptr, pkt_len, 0); skb->protocol=eth_type_trans(skb,dev); netif_rx(skb); /* pass the packet to upper layers */ + dev->last_rx = jiffies; lp->stats.rx_packets++; lp->stats.rx_bytes += pkt_len; |