]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/wan/wanxl.c
iwlwifi : fix checkpatch.pl errors
[linux-2.6-omap-h63xx.git] / drivers / net / wan / wanxl.c
index a8a5ca0ee6c2dc8d59f16ee5e29a48d2b5db4dce..88459490ecd2e3bcfeb5f0b48060ca17127d482c 100644 (file)
@@ -220,7 +220,6 @@ static inline void wanxl_rx_intr(card_t *card)
 #endif
                                dev->stats.rx_packets++;
                                dev->stats.rx_bytes += skb->len;
-                               dev->last_rx = jiffies;
                                skb->protocol = hdlc_type_trans(skb, dev);
                                netif_rx(skb);
                                skb = NULL;