mwl8k: get rid of mwl8k_stop() workqueue use
[pandora-kernel.git] / drivers / net / wireless / wl3501_cs.c
index 1f64d60..a83a562 100644 (file)
@@ -1357,7 +1357,7 @@ static int wl3501_hard_start_xmit(struct sk_buff *skb, struct net_device *dev)
                        netif_stop_queue(dev);
        }
        spin_unlock_irqrestore(&this->lock, flags);
-       return rc;
+       return NETDEV_TX_OK;
 }
 
 static int wl3501_open(struct net_device *dev)