From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756724AbYB2KGx (ORCPT ); Fri, 29 Feb 2008 05:06:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754697AbYB2KGp (ORCPT ); Fri, 29 Feb 2008 05:06:45 -0500 Received: from vs166246.vserver.de ([62.75.166.246]:45023 "EHLO vs166246.vserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754681AbYB2KGo (ORCPT ); Fri, 29 Feb 2008 05:06:44 -0500 From: Michael Buesch To: Andrew Morton Subject: Re: [PATCH] Fix the bcm43xx driver breakage in 2.6.24/25. Date: Fri, 29 Feb 2008 11:05:35 +0100 User-Agent: KMail/1.9.6 (enterprise 0.20070907.709405) Cc: Alexey Zaytsev , Larry Finger , Stefano Brivio , Jeff Garzik , Greg KH , Pekka Enberg , Ingo Molnar , linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org References: <47C01D03.9030601@gmail.com> <20080229002119.5314aad2.akpm@linux-foundation.org> In-Reply-To: <20080229002119.5314aad2.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802291105.35713.mb@bu3sch.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday 29 February 2008 09:21:19 Andrew Morton wrote: > On Sat, 23 Feb 2008 16:17:55 +0300 Alexey Zaytsev wrote: > > > Theese two patches fix a problem instroduced in Linux 2.6.24, and > > still present in the current Linus' 2.6.25 tree. > > > > The bcm43xx Wifi driver won't work any more, if the b44 Ethernet > > driver is enabled. This happens because the b44 driver > > needlessly enables the b43_pci_bridge code, which claims > > the same pci ids as the bcm43xx driver. The b43_pci_bridge > > code is needed for the b43{legacy} drivers, but for the > > b44, only the "ssb pci core" is needed. > > Hate to stick my head into this beehive, but... > > I have a patch queued (the-scheduled-bcm43xx-removal.patch) which > will remove this driver from 2.6.26. > > Is that bad? Not at all. The b43 driver from 2.6.26 will work. So there's no reason to keep bcm43xx. Alexey just tested a patch that backports the fix to 2.6.24 and it works fine. -- Greetings Michael.