Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253885
b: refs/heads/master
c: 658924d
h: refs/heads/master
i:
  253883: 53f1b16
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Jun 19, 2011
1 parent 04501f6 commit df0dfe8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 00ce2d5614a67521241d024c6e50afe3bd3df049
refs/heads/master: 658924dc9ae2ca8e3c46f36306f5dbd501cf4688
4 changes: 2 additions & 2 deletions trunk/drivers/net/hp100.c
Original file line number Diff line number Diff line change
Expand Up @@ -1580,12 +1580,12 @@ static netdev_tx_t hp100_start_xmit_bm(struct sk_buff *skb,
hp100_outl(ringptr->pdl_paddr, TX_PDA_L); /* Low Prio. Queue */

lp->txrcommit++;
spin_unlock_irqrestore(&lp->lock, flags);

/* Update statistics */
dev->stats.tx_packets++;
dev->stats.tx_bytes += skb->len;

spin_unlock_irqrestore(&lp->lock, flags);

return NETDEV_TX_OK;

drop:
Expand Down

0 comments on commit df0dfe8

Please sign in to comment.