From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from pentafluge.infradead.org ([213.146.154.40]:40665 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1764925AbYBGADE (ORCPT ); Wed, 6 Feb 2008 19:03:04 -0500 Date: Wed, 6 Feb 2008 16:00:53 -0800 From: Greg KH To: Michael Buesch Cc: stable@kernel.org, linux-wireless@vger.kernel.org, bcm43xx-dev@lists.berlios.de Subject: Re: [stable] [PATCH stable 1/3] b43: Fix suspend/resume Message-ID: <20080207000053.GC16116@kroah.com> (sfid-20080207_000318_012279_0F2E51C4) References: <200801251211.45980.mb@bu3sch.de> <20080206231431.GC12395@kroah.com> <200802070039.19914.mb@bu3sch.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <200802070039.19914.mb@bu3sch.de> Sender: linux-wireless-owner@vger.kernel.org List-ID: On Thu, Feb 07, 2008 at 12:39:19AM +0100, Michael Buesch wrote: > On Thursday 07 February 2008 00:14:31 Greg KH wrote: > > On Fri, Jan 25, 2008 at 12:11:45PM +0100, Michael Buesch wrote: > > > This patch makes suspend/resume work with the b43 driver. > > > We must not overwrite the MAC addresses in the init function, as this > > > would also overwrite the MAC on resume. With an all-zero MAC the device > > > firmware is not able to ACK any received packets anymore. > > > Fix this by moving the initializion stuff that must be done on init but > > > not on resume to the start function. > > > Also zero out filter_flags to make sure we don't have some flags > > > from a previous instance for a tiny timeframe until mac80211 reconfigures > > > them. > > > > > > Signed-off-by: Michael Buesch > > > > > > --- > > > > > > This patch is upstream inside of the netdev tree. > > > > Was this series, and the other one, for .24-stable, or .23-stable? > > This was for .24 stable. > .23 stable didn't have the driver, yet. Great, thanks for letting me know. greg k-h