Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129779
b: refs/heads/master
c: 03e678e
h: refs/heads/master
i:
  129777: b0ec31c
  129775: 674deff
v: v3
  • Loading branch information
Dhananjay Phadke authored and David S. Miller committed Jan 15, 2009
1 parent 332d22c commit b6deb89
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 06e9d9f9783860fe4c602ef491f47211804ccc96
refs/heads/master: 03e678ee968ae54b79c1580c2935895bd863ad95
4 changes: 4 additions & 0 deletions trunk/drivers/net/netxen/netxen_nic_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,8 @@ netxen_send_cmd_descs(struct netxen_adapter *adapter,

i = 0;

netif_tx_lock_bh(adapter->netdev);

producer = adapter->cmd_producer;
do {
cmd_desc = &cmd_desc_arr[i];
Expand All @@ -527,6 +529,8 @@ netxen_send_cmd_descs(struct netxen_adapter *adapter,

netxen_nic_update_cmd_producer(adapter, adapter->cmd_producer);

netif_tx_unlock_bh(adapter->netdev);

return 0;
}

Expand Down

0 comments on commit b6deb89

Please sign in to comment.