On Tue, Feb 15, 2011 at 4:07 PM, Johannes Berg <johannes@xxxxxxxxxxxxxxxx> wrote: > --- wireless-testing.orig/drivers/net/wireless/wl12xx/main.c 2011-02-15 13:53:38.000000000 +0100 > +++ wireless-testing/drivers/net/wireless/wl12xx/main.c 2011-02-15 13:55:02.000000000 +0100 > @@ -975,7 +975,7 @@ int wl1271_plt_stop(struct wl1271 *wl) > return ret; > } > > -static int wl1271_op_tx(struct ieee80211_hw *hw, struct sk_buff *skb) > +static void wl1271_op_tx(struct ieee80211_hw *hw, struct sk_buff *skb) > { > struct wl1271 *wl = hw->priv; > unsigned long flags; > @@ -1009,8 +1009,6 @@ static int wl1271_op_tx(struct ieee80211 > set_bit(WL1271_FLAG_TX_QUEUE_STOPPED, &wl->flags); > spin_unlock_irqrestore(&wl->wl_lock, flags); > } > - > - return NETDEV_TX_OK; > } For the wl12xx part: Acked-by: Luciano Coelho <coelho@xxxxxx> -- Cheers, Luca. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html