aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/pxa168_eth.c
diff options
context:
space:
mode:
authorEric Dumazet <eric.dumazet@gmail.com>2010-09-02 09:19:32 -0700
committerDavid S. Miller <davem@davemloft.net>2010-09-02 09:19:32 -0700
commit95f4b45bc688b03107f5452ccda29496fc1b4ecf (patch)
treebb190b30e210dc74136afeba8946fa0a9368c3c3 /drivers/net/pxa168_eth.c
parent3e502e63586920f219ed2590f69c1f5a8888cfa4 (diff)
net: another last_rx round
Kill last_rx use in l2tp and two net drivers Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/pxa168_eth.c')
-rw-r--r--drivers/net/pxa168_eth.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/pxa168_eth.c b/drivers/net/pxa168_eth.c
index 659915cf687..764aa909946 100644
--- a/drivers/net/pxa168_eth.c
+++ b/drivers/net/pxa168_eth.c
@@ -848,7 +848,6 @@ static int rxq_process(struct net_device *dev, int budget)
skb->protocol = eth_type_trans(skb, dev);
netif_receive_skb(skb);
}
- dev->last_rx = jiffies;
}
/* Fill RX ring with skb's */
rxq_refill(dev);