Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263232
b: refs/heads/master
c: fbe5e29
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Schwierzeck authored and David S. Miller committed Aug 20, 2011
1 parent 065a773 commit 2b266e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 98e77438aed3cd3343cbb86825127b1d9d2bea33
refs/heads/master: fbe5e29ec1886967255e76946aaf537b8cc9b81e
7 changes: 4 additions & 3 deletions trunk/net/atm/br2684.c
Original file line number Diff line number Diff line change
Expand Up @@ -558,12 +558,13 @@ static int br2684_regvcc(struct atm_vcc *atmvcc, void __user * arg)
spin_unlock_irqrestore(&rq->lock, flags);

skb_queue_walk_safe(&queue, skb, tmp) {
struct net_device *dev = skb->dev;
struct net_device *dev;

br2684_push(atmvcc, skb);
dev = skb->dev;

dev->stats.rx_bytes -= skb->len;
dev->stats.rx_packets--;

br2684_push(atmvcc, skb);
}

/* initialize netdev carrier state */
Expand Down

0 comments on commit 2b266e9

Please sign in to comment.