]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/sc92031.c
atl1e: convert to net_device_ops
[linux-2.6-omap-h63xx.git] / drivers / net / sc92031.c
index 61955f8d80119705806b9fd8ab9714cd56bcff2c..590f2175e9e0af8dcaf9a6afee90f5033d056d9f 100644 (file)
@@ -816,7 +816,6 @@ static void _sc92031_rx_tasklet(struct net_device *dev)
                }
 
                skb->protocol = eth_type_trans(skb, dev);
-               dev->last_rx = jiffies;
                netif_rx(skb);
 
                dev->stats.rx_bytes += pkt_size;