diff options
Diffstat (limited to 'drivers/net/fealnx.c')
-rw-r--r-- | drivers/net/fealnx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/fealnx.c b/drivers/net/fealnx.c index 61c7cbba88be..31ab1ff623fc 100644 --- a/drivers/net/fealnx.c +++ b/drivers/net/fealnx.c | |||
@@ -1726,7 +1726,6 @@ static int netdev_rx(struct net_device *dev) | |||
1726 | } | 1726 | } |
1727 | skb->protocol = eth_type_trans(skb, dev); | 1727 | skb->protocol = eth_type_trans(skb, dev); |
1728 | netif_rx(skb); | 1728 | netif_rx(skb); |
1729 | dev->last_rx = jiffies; | ||
1730 | np->stats.rx_packets++; | 1729 | np->stats.rx_packets++; |
1731 | np->stats.rx_bytes += pkt_len; | 1730 | np->stats.rx_bytes += pkt_len; |
1732 | } | 1731 | } |