diff options
Diffstat (limited to 'drivers/net/wan/dlci.c')
| -rw-r--r-- | drivers/net/wan/dlci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wan/dlci.c b/drivers/net/wan/dlci.c index b14242768fad..5d13832978eb 100644 --- a/drivers/net/wan/dlci.c +++ b/drivers/net/wan/dlci.c | |||
| @@ -181,7 +181,6 @@ static void dlci_receive(struct sk_buff *skb, struct net_device *dev) | |||
| 181 | dlp->stats.rx_bytes += skb->len; | 181 | dlp->stats.rx_bytes += skb->len; |
| 182 | netif_rx(skb); | 182 | netif_rx(skb); |
| 183 | dlp->stats.rx_packets++; | 183 | dlp->stats.rx_packets++; |
| 184 | dev->last_rx = jiffies; | ||
| 185 | } | 184 | } |
| 186 | else | 185 | else |
| 187 | dev_kfree_skb(skb); | 186 | dev_kfree_skb(skb); |
