]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/sun3lance.c
igb: make dev_spec a union and remove dynamic allocation
[linux-2.6-omap-h63xx.git] / drivers / net / sun3lance.c
index 608aa2f789d1148bc4fa8886ff64837aa498839b..4bb8f72c65cceb3f4e20d20229c299ebca33abf0 100644 (file)
@@ -849,7 +849,6 @@ static int lance_rx( struct net_device *dev )
 
                                skb->protocol = eth_type_trans( skb, dev );
                                netif_rx( skb );
-                               dev->last_rx = jiffies;
                                dev->stats.rx_packets++;
                                dev->stats.rx_bytes += pkt_len;
                        }