diff options
Diffstat (limited to 'drivers/net/tulip/winbond-840.c')
-rw-r--r-- | drivers/net/tulip/winbond-840.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/tulip/winbond-840.c b/drivers/net/tulip/winbond-840.c index e4cb408a70fe..022d99af8646 100644 --- a/drivers/net/tulip/winbond-840.c +++ b/drivers/net/tulip/winbond-840.c | |||
@@ -1253,7 +1253,6 @@ static int netdev_rx(struct net_device *dev) | |||
1253 | #endif | 1253 | #endif |
1254 | skb->protocol = eth_type_trans(skb, dev); | 1254 | skb->protocol = eth_type_trans(skb, dev); |
1255 | netif_rx(skb); | 1255 | netif_rx(skb); |
1256 | dev->last_rx = jiffies; | ||
1257 | np->stats.rx_packets++; | 1256 | np->stats.rx_packets++; |
1258 | np->stats.rx_bytes += pkt_len; | 1257 | np->stats.rx_bytes += pkt_len; |
1259 | } | 1258 | } |