Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253889
b: refs/heads/master
c: 3844204
h: refs/heads/master
i:
  253887: 83c4c73
v: v3
  • Loading branch information
Richard Cochran authored and David S. Miller committed Jun 20, 2011
1 parent 084054d commit 2cce6d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 8ad2475e3555346fbd738e77da12578b97d10505
refs/heads/master: 384420409d9b5d4443940abace49363d26135412
2 changes: 1 addition & 1 deletion trunk/drivers/net/pxa168_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@ static int pxa168_eth_start_xmit(struct sk_buff *skb, struct net_device *dev)
wmb();
wrl(pep, SDMA_CMD, SDMA_CMD_TXDH | SDMA_CMD_ERD);

stats->tx_bytes += skb->len;
stats->tx_bytes += length;
stats->tx_packets++;
dev->trans_start = jiffies;
if (pep->tx_ring_size - pep->tx_desc_count <= 1) {
Expand Down

0 comments on commit 2cce6d9

Please sign in to comment.