drivers/net: Kill now superfluous ->last_rx stores.
[pandora-kernel.git] / drivers / net / sundance.c
index 8c6a894..698893b 100644 (file)
@@ -1350,7 +1350,6 @@ static void rx_poll(unsigned long data)
                        skb->protocol = eth_type_trans(skb, dev);
                        /* Note: checksum -> skb->ip_summed = CHECKSUM_UNNECESSARY; */
                        netif_rx(skb);
-                       dev->last_rx = jiffies;
                }
                entry = (entry + 1) % RX_RING_SIZE;
                received++;