From: "Guy, Wey-Yi" <wey-yi.w.guy@intel.com>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: "John W. Linville" <linville@tuxdriver.com>,
linux-wireless <linux-wireless@vger.kernel.org>,
"Chatre, Reinette" <reinette.chatre@intel.com>
Subject: Re: [PATCH] iwlagn: fix offchannel TX bug
Date: Mon, 07 Mar 2011 11:44:20 -0800 [thread overview]
Message-ID: <1299527060.5082.172.camel@wwguy-huron> (raw)
In-Reply-To: <1299524535.6739.6.camel@jlt3.sipsolutions.net>
On Mon, 2011-03-07 at 11:02 -0800, Johannes Berg wrote:
> On Mon, 2011-03-07 at 13:54 -0500, John W. Linville wrote:
>
> > > --- a/drivers/net/wireless/iwlwifi/iwl-agn.c 2011-03-05 19:32:58.000000000 +0100
> > > +++ b/drivers/net/wireless/iwlwifi/iwl-agn.c 2011-03-05 19:33:08.000000000 +0100
> > > @@ -3171,7 +3171,7 @@ static int iwl_mac_offchannel_tx(struct
> > > out:
> > > mutex_unlock(&priv->mutex);
> > > free:
> > > - if (ret)
> > > + if (ret < 0)
> > > kfree_skb(skb);
> > >
> > > return ret;
> >
> > OK, I give-up...what tree is this against? :-)
>
> Oh dang, it's against our own tree and I thought we'd already sent out
> the patch "iwlagn: support off-channel TX". Clearly, that isn't the
> case. Wey-yi, can you please merge this fix with the patch?
>
> Sorry about that!
oh, sorry, I did not merge because waiting for the patch to fix the
iwlagn compiling problem. sorry!
Wey
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2011-03-07 20:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-05 18:35 [PATCH] iwlagn: fix offchannel TX bug Johannes Berg
2011-03-07 18:54 ` John W. Linville
2011-03-07 19:02 ` Johannes Berg
2011-03-07 19:44 ` Guy, Wey-Yi [this message]
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=1299527060.5082.172.camel@wwguy-huron \
--to=wey-yi.w.guy@intel.com \
--cc=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=reinette.chatre@intel.com \
/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).