linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
Cc: linux-wireless <linux-wireless@vger.kernel.org>
Subject: Re: [RFC/RFT] mac80211: make tx() operation return void
Date: Tue, 15 Feb 2011 18:10:20 +0100	[thread overview]
Message-ID: <1297789820.8664.4.camel@jlt3.sipsolutions.net> (raw)
In-Reply-To: <20110215190657.75006zvz1q691rk8@naisho.dyndns.info>

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


  reply	other threads:[~2011-02-15 17:10 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-15 14:07 [RFC/RFT] mac80211: make tx() operation return void Johannes Berg
2011-02-15 16:03 ` Sujith
2011-02-15 16:05   ` Johannes Berg
2011-02-15 17:06 ` Jussi Kivilinna
2011-02-15 17:10   ` Johannes Berg [this message]
2011-02-19 11:54     ` Sedat Dilek
2011-02-19 12:36       ` Johannes Berg
2011-02-15 18:17 ` Sedat Dilek
2011-02-15 21:54 ` Gertjan van Wingerde
2011-02-15 22:19 ` Larry Finger
2011-02-22 12:27 ` Coelho, Luciano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1297789820.8664.4.camel@jlt3.sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --cc=jussi.kivilinna@mbnet.fi \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).