diff options
Diffstat (limited to 'drivers/net/hamachi.c')
-rw-r--r-- | drivers/net/hamachi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/hamachi.c b/drivers/net/hamachi.c index 1dc0fd061bfc..77f2b2934e67 100644 --- a/drivers/net/hamachi.c +++ b/drivers/net/hamachi.c | |||
@@ -1645,7 +1645,6 @@ static int hamachi_rx(struct net_device *dev) | |||
1645 | #endif /* RX_CHECKSUM */ | 1645 | #endif /* RX_CHECKSUM */ |
1646 | 1646 | ||
1647 | netif_rx(skb); | 1647 | netif_rx(skb); |
1648 | dev->last_rx = jiffies; | ||
1649 | hmp->stats.rx_packets++; | 1648 | hmp->stats.rx_packets++; |
1650 | } | 1649 | } |
1651 | entry = (++hmp->cur_rx) % RX_RING_SIZE; | 1650 | entry = (++hmp->cur_rx) % RX_RING_SIZE; |