]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/a2065.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[linux-2.6-omap-h63xx.git] / drivers / net / a2065.c
index 48965de794bb2f85cd8f5b48355ad06dacc9c64c..7a60bdd9a242f27320b23249455b794bb90bf4c8 100644 (file)
@@ -324,7 +324,6 @@ static int lance_rx (struct net_device *dev)
                                         len);
                        skb->protocol = eth_type_trans (skb, dev);
                        netif_rx (skb);
-                       dev->last_rx = jiffies;
                        dev->stats.rx_packets++;
                        dev->stats.rx_bytes += len;
                }