diff options
Diffstat (limited to 'drivers/net/lance.c')
| -rw-r--r-- | drivers/net/lance.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/lance.c b/drivers/net/lance.c index 4ab536de24a..f63789affb1 100644 --- a/drivers/net/lance.c +++ b/drivers/net/lance.c @@ -1190,7 +1190,6 @@ lance_rx(struct net_device *dev)  					pkt_len);  				skb->protocol=eth_type_trans(skb,dev);  				netif_rx(skb); -				dev->last_rx = jiffies;  				lp->stats.rx_packets++;  				lp->stats.rx_bytes+=pkt_len;  			}  |