diff options
Diffstat (limited to 'drivers/net/wireless/libertas_tf/main.c')
-rw-r--r-- | drivers/net/wireless/libertas_tf/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wireless/libertas_tf/main.c b/drivers/net/wireless/libertas_tf/main.c index 9278b3c8ee30..d4005081f1df 100644 --- a/drivers/net/wireless/libertas_tf/main.c +++ b/drivers/net/wireless/libertas_tf/main.c | |||
@@ -225,7 +225,7 @@ static void lbtf_free_adapter(struct lbtf_private *priv) | |||
225 | lbtf_deb_leave(LBTF_DEB_MAIN); | 225 | lbtf_deb_leave(LBTF_DEB_MAIN); |
226 | } | 226 | } |
227 | 227 | ||
228 | static int lbtf_op_tx(struct ieee80211_hw *hw, struct sk_buff *skb) | 228 | static void lbtf_op_tx(struct ieee80211_hw *hw, struct sk_buff *skb) |
229 | { | 229 | { |
230 | struct lbtf_private *priv = hw->priv; | 230 | struct lbtf_private *priv = hw->priv; |
231 | 231 | ||
@@ -236,7 +236,6 @@ static int lbtf_op_tx(struct ieee80211_hw *hw, struct sk_buff *skb) | |||
236 | * there are no buffered multicast frames to send | 236 | * there are no buffered multicast frames to send |
237 | */ | 237 | */ |
238 | ieee80211_stop_queues(priv->hw); | 238 | ieee80211_stop_queues(priv->hw); |
239 | return NETDEV_TX_OK; | ||
240 | } | 239 | } |
241 | 240 | ||
242 | static void lbtf_tx_work(struct work_struct *work) | 241 | static void lbtf_tx_work(struct work_struct *work) |