linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dan Williams <dcbw@redhat.com>
To: Tom Cipollone <minertom11551@gmail.com>
Cc: linux-wireless@vger.kernel.org
Subject: Re: General question about Broadcom b43 driver and its source.
Date: Fri, 20 Feb 2015 13:05:21 -0600	[thread overview]
Message-ID: <1424459121.20313.27.camel@redhat.com> (raw)
In-Reply-To: <CAACrVkg-_CZsS_znKEscnmAMOSbSmkVLmR3ezLDKhCoKx2xxHg@mail.gmail.com>

On Fri, 2015-02-20 at 09:36 -0800, Tom Cipollone wrote:
> Hello. I am new to this forum but have been designing hardware for 33
> years. I am new, however, to wireless software. I have designed
> modem/residential gateway boards with BCM63138 and others but not the
> software so please forgive what may seem like simpleton questions.
> 
> My question concerns the b43 driver. The documentation claims that it
> was reverse engineered from the BCM4306 component. I expect that the
> 4306 documentation is very proprietary because I was not able to find
> it even though I have customer access to Broadcom customer support.
> 
> 1) I have a RT-N16 router, with a BCM4718 WiFi. I expect that the
> BCM4718 is backwards compatible with the BCM4306?

I wouldn't necessarily expect so; the 4306 is a really old 802.11g part
from 2003, while the 4718 is a newer 802.11n dual-band part from 2009.
There are a ton of different parts, and 6 years is a *lot* of time.
Don't expect they'll be compatible in any way; any compatibility they do
have is a gift.

But there's already b43 (and brcmsmac) support for the 4718 (via the
4716 of which it's based) in the upstream kernel, AFAICT.

> 2) Where can I find the reverse engineered source code for the b43
> driver? I have OpenWrt loaded and have compiled it before loading the
> .trx file onto my RT-N16. I have been looking on liinux-wireless but
> was referred to kernel-backports.

In the Linux kernel:

(4718)
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/drivers/net/wireless/b43

(4306)
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/drivers/net/wireless/b43legacy

Dan


      reply	other threads:[~2015-02-20 19:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-20 17:36 General question about Broadcom b43 driver and its source Tom Cipollone
2015-02-20 19:05 ` Dan Williams [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1424459121.20313.27.camel@redhat.com \
    --to=dcbw@redhat.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=minertom11551@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).