diff options
Diffstat (limited to 'drivers/net/natsemi.c')
| -rw-r--r-- | drivers/net/natsemi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/natsemi.c b/drivers/net/natsemi.c index 5f1de803feeb..9f81fcb96882 100644 --- a/drivers/net/natsemi.c +++ b/drivers/net/natsemi.c | |||
| @@ -2361,7 +2361,6 @@ static void netdev_rx(struct net_device *dev, int *work_done, int work_to_do) | |||
| 2361 | } | 2361 | } |
| 2362 | skb->protocol = eth_type_trans(skb, dev); | 2362 | skb->protocol = eth_type_trans(skb, dev); |
| 2363 | netif_receive_skb(skb); | 2363 | netif_receive_skb(skb); |
| 2364 | dev->last_rx = jiffies; | ||
| 2365 | np->stats.rx_packets++; | 2364 | np->stats.rx_packets++; |
| 2366 | np->stats.rx_bytes += pkt_len; | 2365 | np->stats.rx_bytes += pkt_len; |
| 2367 | } | 2366 | } |
