Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255622
b: refs/heads/master
c: e072092
h: refs/heads/master
v: v3
  • Loading branch information
Richard Cochran authored and David S. Miller committed Jun 20, 2011
1 parent e971e82 commit 78ee69e
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: d6cf07327e691e8f7c0f08af69d0dd3887aa1e4f
refs/heads/master: e072092fc7a89178736530f51a4daaa3155cf44b
2 changes: 2 additions & 0 deletions trunk/drivers/net/macb.c
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,8 @@ static int macb_start_xmit(struct sk_buff *skb, struct net_device *dev)
entry = NEXT_TX(entry);
bp->tx_head = entry;

skb_tx_timestamp(skb);

macb_writel(bp, NCR, macb_readl(bp, NCR) | MACB_BIT(TSTART));

if (TX_BUFFS_AVAIL(bp) < 1)
Expand Down

0 comments on commit 78ee69e

Please sign in to comment.