]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/slip.c
forcedeth: convert to net_device_ops
[linux-2.6-omap-h63xx.git] / drivers / net / slip.c
index 1d58991d395b6ef32120e1e265c8245ab61219e3..25cec06d6dcc661f0c6bcbb6f039555b529ea836 100644 (file)
@@ -365,7 +365,6 @@ static void sl_bump(struct slip *sl)
        skb_reset_mac_header(skb);
        skb->protocol = htons(ETH_P_IP);
        netif_rx(skb);
-       sl->dev->last_rx = jiffies;
        sl->rx_packets++;
 }