Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253887
b: refs/heads/master
c: c82b9d7
h: refs/heads/master
i:
  253885: df0dfe8
  253883: 53f1b16
  253879: 4d7256d
  253871: 6672a11
  253855: c6ec3d6
  253823: 9499c30
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Jun 20, 2011
1 parent 38c0c60 commit 83c4c73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 44da29d26bb8df3b0411ba902f2bc9b973ea38e4
refs/heads/master: c82b9d7fe7464aec78210544948564ffe3bb2d2b
4 changes: 2 additions & 2 deletions trunk/drivers/net/netxen/netxen_nic_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1965,11 +1965,11 @@ netxen_nic_xmit_frame(struct sk_buff *skb, struct net_device *netdev)

netxen_tso_check(netdev, tx_ring, first_desc, skb);

netxen_nic_update_cmd_producer(adapter, tx_ring);

adapter->stats.txbytes += skb->len;
adapter->stats.xmitcalled++;

netxen_nic_update_cmd_producer(adapter, tx_ring);

return NETDEV_TX_OK;

drop_packet:
Expand Down

0 comments on commit 83c4c73

Please sign in to comment.