diff options
Diffstat (limited to 'drivers/net/wan/wanxl.c')
-rw-r--r-- | drivers/net/wan/wanxl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wan/wanxl.c b/drivers/net/wan/wanxl.c index a8a5ca0ee6c2..88459490ecd2 100644 --- a/drivers/net/wan/wanxl.c +++ b/drivers/net/wan/wanxl.c | |||
@@ -220,7 +220,6 @@ static inline void wanxl_rx_intr(card_t *card) | |||
220 | #endif | 220 | #endif |
221 | dev->stats.rx_packets++; | 221 | dev->stats.rx_packets++; |
222 | dev->stats.rx_bytes += skb->len; | 222 | dev->stats.rx_bytes += skb->len; |
223 | dev->last_rx = jiffies; | ||
224 | skb->protocol = hdlc_type_trans(skb, dev); | 223 | skb->protocol = hdlc_type_trans(skb, dev); |
225 | netif_rx(skb); | 224 | netif_rx(skb); |
226 | skb = NULL; | 225 | skb = NULL; |