Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18775
b: refs/heads/master
c: 4eaa3cb
h: refs/heads/master
i:
  18773: 6646c1a
  18771: a39bfbd
  18767: 47df557
v: v3
  • Loading branch information
Paolo Galtieri authored and Jeff Garzik committed Jan 17, 2006
1 parent da826ea commit b1d0639
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cb415d30048f0c1f80fd2f5340a982e8c9617d0d
refs/heads/master: 4eaa3cb35b22cccc53846ce2820e244b1fb04f0b
2 changes: 2 additions & 0 deletions trunk/drivers/net/mv643xx_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -2660,6 +2660,8 @@ static ETH_FUNC_RET_STATUS eth_tx_return_desc(struct mv643xx_private *mp,
/* Pass the packet information to the caller */
p_pkt_info->cmd_sts = command_status;
p_pkt_info->return_info = mp->tx_skb[tx_desc_used];
p_pkt_info->buf_ptr = p_tx_desc_used->buf_ptr;
p_pkt_info->byte_cnt = p_tx_desc_used->byte_cnt;
mp->tx_skb[tx_desc_used] = NULL;

/* Update the next descriptor to release. */
Expand Down

0 comments on commit b1d0639

Please sign in to comment.