On Tue, 2011-02-15 at 19:06 +0200, Jussi Kivilinna wrote: > > -static int b43_op_tx(struct ieee80211_hw *hw, > > +static void b43_op_tx(struct ieee80211_hw *hw, > > struct sk_buff *skb) > > { > > struct b43_wl *wl = hw_to_b43_wl(hw); > > @@ -3211,14 +3211,11 @@ static int b43_op_tx(struct ieee80211_hw > > if (unlikely(skb->len < 2 + 2 + 6)) { > > /* Too short, this can't be a valid frame. */ > > dev_kfree_skb_any(skb); > > - return NETDEV_TX_OK; > > } > > Return missing. Right, thanks. johannes -- 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