Return-path: Received: from bu3sch.de ([62.75.166.246]:37996 "EHLO vs166246.vserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751459AbYLYAQU (ORCPT ); Wed, 24 Dec 2008 19:16:20 -0500 From: Michael Buesch To: bcm43xx-dev@lists.berlios.de Subject: Re: Broadcom 11n implementation Date: Thu, 25 Dec 2008 01:15:45 +0100 Cc: Johannes Berg , linux-wireless References: <1230163530.3162.10.camel@johannes> In-Reply-To: <1230163530.3162.10.camel@johannes> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Message-Id: <200812250115.45283.mb@bu3sch.de> (sfid-20081225_011624_677829_1456D638) Sender: linux-wireless-owner@vger.kernel.org List-ID: On Thursday 25 December 2008 01:05:30 Johannes Berg wrote: > Hey, > > I hope those of you who got their presents today enjoyed that. Here's > one from me for the poor souls like myself who have a Broadcom 11n chip: > > I've been publishing specifications for things we have reverse > engineered, is anyone interested in implementing this? If so, go wild, > but synchronise on the list if there are multiple people. John, I think > you had somebody who was interested, but I can't find the email right > now. > > Michael has said that he might be able to help a bit (review maybe), but > won't implement the bulk of it. And I actually need this code ASAP since > I failed to replace the wireless card in my new MacBook (I couldn't even > find it). Of course, I will always be available to give advise and help on the technical details. With the recent merge of the PHY abstraction in b43 it shouldn't be that hard anymore to understand the basics of the code. I think stuff is clearly modulised now and fairly easy to understand, after you once understood the basics of the device. So for implementing N-PHY, you'll basically work inside of the phy_n.c and phy_n.h files only (maybe 98% of the work will be there). So, you could probably look into phy_g.c to get an idea of how this could probably look like. Please contact us before you start writing patches, so we can give some additional advise on coding conventions used in the driver. -- Greetings, Michael.