netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: wwguy <wey-yi.w.guy@intel.com>
To: Udo Steinberg <udo@hypervisor.org>
Cc: Andrej Gelenberg <andrej.gelenberg@udo.edu>,
	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 15:20:17 -0800	[thread overview]
Message-ID: <1323818417.21617.0.camel@wwguy-ubuntu> (raw)
In-Reply-To: <20111213230443.2c12caeb@x220.fritz.box>

On Tue, 2011-12-13 at 14:04 -0800, Udo Steinberg wrote:
> 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)
> 
right, looks better this way :-)

Thanks
Wey

  reply	other threads:[~2011-12-13 23:20 UTC|newest]

Thread overview: 14+ 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
     [not found]       ` <4EE4E152.2070204-KJIyc1CJxjQ@public.gmane.org>
2011-12-11 18:23         ` wwguy
2011-12-11 19:05           ` Andrej Gelenberg
2011-12-11 19:20           ` Andrej Gelenberg
     [not found]             ` <4EE50266.4050208-KJIyc1CJxjQ@public.gmane.org>
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
2011-12-13 23:20                         ` wwguy [this message]
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=1323818417.21617.0.camel@wwguy-ubuntu \
    --to=wey-yi.w.guy@intel.com \
    --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=udo@hypervisor.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).