]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/r8169.c
drivers/net: Kill now superfluous ->last_rx stores.
[linux-2.6-omap-h63xx.git] / drivers / net / r8169.c
index 4b7cb389dc4989edaf2f70ce9da55420484767bd..cb5042ef6dc77bc9652c3c5612c95c58c28feb68 100644 (file)
@@ -3484,7 +3484,6 @@ static int rtl8169_rx_interrupt(struct net_device *dev,
                        if (rtl8169_rx_vlan_skb(tp, desc, skb) < 0)
                                netif_receive_skb(skb);
 
-                       dev->last_rx = jiffies;
                        dev->stats.rx_bytes += pkt_size;
                        dev->stats.rx_packets++;
                }