From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael =?ISO-8859-1?Q?B=FCsch?= Subject: Re: Merging SSB and HND/AI support Date: Mon, 17 Jan 2011 12:17:42 +0100 Message-ID: <1295263062.24530.6.camel@maggie> References: (sfid-20110117_114654_053644_FFFFFFFF84F9C750) <1295261783.24530.3.camel@maggie> <1295262781.3726.6.camel@jlt3.sipsolutions.net> (sfid-20110117_121317_233137_FFFFFFFFECA6016B) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Jonas Gorski , linux-mips@linux-mips.org, linux-wireless@vger.kernel.org, netdev@vger.kernel.org To: Johannes Berg Return-path: Received: from 80-190-117-144.ip-home.de ([80.190.117.144]:41968 "EHLO bu3sch.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753015Ab1AQLRx (ORCPT ); Mon, 17 Jan 2011 06:17:53 -0500 In-Reply-To: <1295262781.3726.6.camel@jlt3.sipsolutions.net> (sfid-20110117_121317_233137_FFFFFFFFECA6016B) Sender: netdev-owner@vger.kernel.org List-ID: On Mon, 2011-01-17 at 12:13 +0100, Johannes Berg wrote:=20 > On Mon, 2011-01-17 at 11:56 +0100, Michael B=C3=BCsch wrote: >=20 > > > As far as I can see, there are two possibilities: > > >=20 > > > a) Merge the HND/AI code into the current SSB code, or > > >=20 > > > b) add the missing code for SoCs to brcm80211 and replace the SSB= code with it. > >=20 > > Why can't we keep those two platforms separated? > > Is there really a lot of shared code between SSB and HND/AI? >=20 > I don't think there's a lot of shared code, but I believe that you ne= ed > b43 to be able to target cores on both? And b43 currently uses the SS= B > APIs only. Yeah right. That's what I was thinking about, too. Just leave SSB alone and add bus glues to b43 for HND/AI. There's almost no SSB specific cod= e in b43. So it should be easily possible to add another probe entry from the (to be written or derived from brcm80211) HND/AI subsystem. --=20 Greetings Michael.