]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/natsemi.c
cxgb3: Fix sparse warning and micro-optimize is_pure_response()
[linux-2.6-omap-h63xx.git] / drivers / net / natsemi.c
index 5f1de803feeb86eb5f3e8dd007dbfdafe7e9ccd9..9f81fcb968824386efa12fe3fe97967c2dc02fdd 100644 (file)
@@ -2361,7 +2361,6 @@ static void netdev_rx(struct net_device *dev, int *work_done, int work_to_do)
                        }
                        skb->protocol = eth_type_trans(skb, dev);
                        netif_receive_skb(skb);
-                       dev->last_rx = jiffies;
                        np->stats.rx_packets++;
                        np->stats.rx_bytes += pkt_len;
                }