Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289903
b: refs/heads/master
c: 94bf91b
h: refs/heads/master
i:
  289901: d7463f8
  289899: 10fa1f4
  289895: 3679ec1
  289887: d9f4608
v: v3
  • Loading branch information
Vlad Zolotarov authored and David S. Miller committed Feb 6, 2012
1 parent 78127e6 commit 0b464c2
Show file tree
Hide file tree
Showing 2 changed files with 4 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: b033281f618fa40ee1b24a60cd8043b4979bfee4
refs/heads/master: 94bf91baf3a16ec274de3cd913be3033c029f853
3 changes: 3 additions & 0 deletions trunk/drivers/net/ethernet/broadcom/bnx2.c
Original file line number Diff line number Diff line change
Expand Up @@ -6565,6 +6565,9 @@ bnx2_start_xmit(struct sk_buff *skb, struct net_device *dev)
}
txbd->tx_bd_vlan_tag_flags |= TX_BD_FLAGS_END;

/* Sync BD data before updating TX mailbox */
wmb();

netdev_tx_sent_queue(txq, skb->len);

prod = NEXT_TX_BD(prod);
Expand Down

0 comments on commit 0b464c2

Please sign in to comment.