diff options
Diffstat (limited to 'drivers/net/lib8390.c')
| -rw-r--r-- | drivers/net/lib8390.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/lib8390.c b/drivers/net/lib8390.c index f80dcc11fe26..9430167a3b13 100644 --- a/drivers/net/lib8390.c +++ b/drivers/net/lib8390.c | |||
| @@ -764,7 +764,6 @@ static void ei_receive(struct net_device *dev) | |||
| 764 | ei_block_input(dev, pkt_len, skb, current_offset + sizeof(rx_frame)); | 764 | ei_block_input(dev, pkt_len, skb, current_offset + sizeof(rx_frame)); |
| 765 | skb->protocol=eth_type_trans(skb,dev); | 765 | skb->protocol=eth_type_trans(skb,dev); |
| 766 | netif_rx(skb); | 766 | netif_rx(skb); |
| 767 | dev->last_rx = jiffies; | ||
| 768 | dev->stats.rx_packets++; | 767 | dev->stats.rx_packets++; |
| 769 | dev->stats.rx_bytes += pkt_len; | 768 | dev->stats.rx_bytes += pkt_len; |
| 770 | if (pkt_stat & ENRSR_PHY) | 769 | if (pkt_stat & ENRSR_PHY) |
