Search Linux Wireless

Re: [RFC/RFT] mac80211: make tx() operation return void

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux