From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: pull request: wireless-2.6 2010-07-19 Date: Mon, 19 Jul 2010 12:39:07 -0700 (PDT) Message-ID: <20100719.123907.128579773.davem@davemloft.net> References: <20100719191709.GA6115@tuxdriver.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: linville@tuxdriver.com Return-path: In-Reply-To: <20100719191709.GA6115@tuxdriver.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: "John W. Linville" Date: Mon, 19 Jul 2010 15:17:09 -0400 > In this round we have two more-or-less-one-liners intended for 2.6.25. > > The hostap fix is the third (and hopefully final) bite at the apple > for correcting an initialization failure. The first two attempts > created and then reinstated a regression caused by a discrepency > between the PCI and PCMCIA support within hostap. The regression > was caused by checking the value of dev->base_addr, which the PCI > code was not setting. Testing by the regression reporter indicates > that his device is finally working again with this fix. > > The rt2x00 fix merely reorders some initialization so that unwinding > that init in an error path works as expected. Pulled, thanks John.