lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 13 Dec 2011 15:20:17 -0800
From:	wwguy <wey-yi.w.guy@...el.com>
To:	Udo Steinberg <udo@...ervisor.org>
Cc:	Andrej Gelenberg <andrej.gelenberg@....edu>,
	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

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

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ