[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20111213230443.2c12caeb@x220.fritz.box>
Date: Tue, 13 Dec 2011 23:04:43 +0100
From: Udo Steinberg <udo@...ervisor.org>
To: Andrej Gelenberg <andrej.gelenberg@....edu>
Cc: wwguy <wey-yi.w.guy@...el.com>,
Intel Linux Wireless <ilw@...ux.intel.com>,
"John W. Linville" <linville@...driver.com>,
"linux-wireless@...r.kernel.org" <linux-wireless@...r.kernel.org>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: iwlagn regression in v3.1.5
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists