diff options
Diffstat (limited to 'drivers/net/arm/ixp4xx_eth.c')
-rw-r--r-- | drivers/net/arm/ixp4xx_eth.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/arm/ixp4xx_eth.c b/drivers/net/arm/ixp4xx_eth.c index e2d702b8b2e4..14ffa2a61890 100644 --- a/drivers/net/arm/ixp4xx_eth.c +++ b/drivers/net/arm/ixp4xx_eth.c | |||
@@ -588,7 +588,6 @@ static int eth_poll(struct napi_struct *napi, int budget) | |||
588 | debug_pkt(dev, "eth_poll", skb->data, skb->len); | 588 | debug_pkt(dev, "eth_poll", skb->data, skb->len); |
589 | 589 | ||
590 | skb->protocol = eth_type_trans(skb, dev); | 590 | skb->protocol = eth_type_trans(skb, dev); |
591 | dev->last_rx = jiffies; | ||
592 | port->stat.rx_packets++; | 591 | port->stat.rx_packets++; |
593 | port->stat.rx_bytes += skb->len; | 592 | port->stat.rx_bytes += skb->len; |
594 | netif_receive_skb(skb); | 593 | netif_receive_skb(skb); |