lkml.org 
[lkml]   [2011]   [Dec]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: iwlagn regression in v3.1.5
From
Date
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



\
 
 \ /
  Last update: 2011-12-14 00:29    [W:0.124 / U:2.452 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site