From: Udo Steinberg <udo@hypervisor.org>
To: Andrej Gelenberg <andrej.gelenberg@udo.edu>
Cc: wwguy <wey-yi.w.guy@intel.com>,
Intel Linux Wireless <ilw@linux.intel.com>,
"John W. Linville" <linville@tuxdriver.com>,
"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: iwlagn regression in v3.1.5
Date: Tue, 13 Dec 2011 23:04:43 +0100 [thread overview]
Message-ID: <20111213230443.2c12caeb@x220.fritz.box> (raw)
In-Reply-To: <4EE7BEC1.1060506@udo.edu>
Hi,
Glad to hear it works for you now. In the patch, the following piece of code
+ if ((iwl_is_associated_ctx(ctx) &&
+ !ctx->ht.is_40mhz) ||
+ !iwl_is_associated_ctx(ctx))
can be simplified to:
if (!iwl_is_associated_ctx(ctx) || !ctx->ht.is_40mhz)
Cheers,
- Udo
On Tue, 13 Dec 2011 22:08:17 +0100 Andrej Gelenberg (AG) wrote:
AG> Hi,
AG>
AG> work now for me.
AG>
AG> Regards,
AG> Andrej Gelenberg
AG>
AG> On 12/13/2011 09:15 PM, wwguy wrote:
AG> > Hi Andrej,
AG> >
AG> > Could you try this patch and see any differences.
AG> >
AG> > please still use the same debug flag I ask you last time.
AG> >
AG> > Thanks
AG> > Wey
next prev parent reply other threads:[~2011-12-13 22:05 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-11 13:24 iwlagn regression in v3.1.5 Andrej Gelenberg
2011-12-11 16:33 ` Andrej Gelenberg
2011-12-11 16:41 ` Udo Steinberg
2011-12-11 16:58 ` Andrej Gelenberg
2011-12-11 18:23 ` wwguy
2011-12-11 18:23 ` wwguy
2011-12-11 19:05 ` Andrej Gelenberg
2011-12-11 19:20 ` Andrej Gelenberg
2011-12-12 1:35 ` wwguy
2011-12-12 1:35 ` wwguy
2011-12-12 17:15 ` Andrej Gelenberg
2011-12-13 20:15 ` wwguy
2011-12-13 21:08 ` Andrej Gelenberg
2011-12-13 22:04 ` Udo Steinberg [this message]
2011-12-13 23:20 ` wwguy
2011-12-15 22:12 ` Arkadiusz Miśkiewicz
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=20111213230443.2c12caeb@x220.fritz.box \
--to=udo@hypervisor.org \
--cc=andrej.gelenberg@udo.edu \
--cc=ilw@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=netdev@vger.kernel.org \
--cc=wey-yi.w.guy@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.