Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13528
b: refs/heads/master
c: 0b47939
h: refs/heads/master
v: v3
  • Loading branch information
Roger While authored and John W. Linville committed Nov 8, 2005
1 parent b073d03 commit cf0aa58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: de7fe963b123365a27f82330689806226a48d088
refs/heads/master: 0b47939fe616a5e0dd279d98d1eb372e4acc1c09
10 changes: 5 additions & 5 deletions trunk/drivers/net/wireless/prism54/islpci_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,17 +227,17 @@ islpci_eth_transmit(struct sk_buff *skb, struct net_device *ndev)
priv->data_low_tx_full = 1;
}

/* set the transmission time */
ndev->trans_start = jiffies;
priv->statistics.tx_packets++;
priv->statistics.tx_bytes += skb->len;

/* trigger the device */
islpci_trigger(priv);

/* unlock the driver code */
spin_unlock_irqrestore(&priv->slock, flags);

/* set the transmission time */
ndev->trans_start = jiffies;
priv->statistics.tx_packets++;
priv->statistics.tx_bytes += skb->len;

return 0;

drop_free:
Expand Down

0 comments on commit cf0aa58

Please sign in to comment.