summaryrefslogtreecommitdiffstats
path: root/package/libertas/src/tx.c
diff options
context:
space:
mode:
authorryd <ryd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-01-24 03:03:04 +0000
committerryd <ryd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-01-24 03:03:04 +0000
commit03e8a3a945b60fac8e7b750625d2927519a0a21b (patch)
tree7c357506d88222dd5b47d4d3c83b076321ef92eb /package/libertas/src/tx.c
parentd32a09bb67c33233abf7c3a2da27cebaa0966aa3 (diff)
Updating libertas wireless driver to latest version.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10235 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libertas/src/tx.c')
-rw-r--r--package/libertas/src/tx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libertas/src/tx.c b/package/libertas/src/tx.c
index 8a1a3965f..00d95f75b 100644
--- a/package/libertas/src/tx.c
+++ b/package/libertas/src/tx.c
@@ -93,8 +93,8 @@ int lbs_hard_start_xmit(struct sk_buff *skb, struct net_device *dev)
netif_stop_queue(priv->mesh_dev);
if (priv->tx_pending_len) {
- /* This can happen if packets come in on the mesh and eth
- device simultaneously -- there's no mutual exclusion on
+ /* This can happen if packets come in on the mesh and eth
+ device simultaneously -- there's no mutual exclusion on
hard_start_xmit() calls between devices. */
lbs_deb_tx("Packet on %s while busy\n", dev->name);
ret = NETDEV_TX_BUSY;