Thread (14 messages) flat view 14 messages, 4 authors, 2011-12-15

Re: iwlagn regression in v3.1.5

From: wwguy <hidden>
Date: 2011-12-13 23:27:07
Also in: linux-wireless, lkml

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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help