Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256300
b: refs/heads/master
c: f127f47
h: refs/heads/master
v: v3
  • Loading branch information
Sucheta Chakraborty authored and David S. Miller committed Jul 14, 2011
1 parent 4071dbe commit 18e1633
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: e5dcf6dcde26ffdbd237dda4956bc6d7115dfae6
refs/heads/master: f127f4727f3f60359570b6daa136ac1156e38fbf
4 changes: 2 additions & 2 deletions trunk/drivers/net/qlcnic/qlcnic_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2290,11 +2290,11 @@ qlcnic_xmit_frame(struct sk_buff *skb, struct net_device *netdev)
if (adapter->mac_learn)
qlcnic_send_filter(adapter, tx_ring, first_desc, skb);

qlcnic_update_cmd_producer(adapter, tx_ring);

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

qlcnic_update_cmd_producer(adapter, tx_ring);

return NETDEV_TX_OK;

unwind_buff:
Expand Down

0 comments on commit 18e1633

Please sign in to comment.