diff options
Diffstat (limited to 'drivers/net/korina.c')
-rw-r--r-- | drivers/net/korina.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/korina.c b/drivers/net/korina.c index e18576316bda..63626953f07e 100644 --- a/drivers/net/korina.c +++ b/drivers/net/korina.c | |||
@@ -409,7 +409,6 @@ static int korina_rx(struct net_device *dev, int limit) | |||
409 | 409 | ||
410 | /* Pass the packet to upper layers */ | 410 | /* Pass the packet to upper layers */ |
411 | netif_receive_skb(skb); | 411 | netif_receive_skb(skb); |
412 | dev->last_rx = jiffies; | ||
413 | dev->stats.rx_packets++; | 412 | dev->stats.rx_packets++; |
414 | dev->stats.rx_bytes += pkt_len; | 413 | dev->stats.rx_bytes += pkt_len; |
415 | 414 | ||