looking for more details on BCM4329, access to 802.11 header

Jason linuxdriverproject at lakedaemon.net
Wed Mar 9 14:53:57 UTC 2011


On Wed, Mar 09, 2011 at 12:59:33AM -0500, George Nychis wrote:
> This was a *huge* help to get this response from you, thanks a bunch for that.
> 

No problem, I wish this particular idea could be higher on my project
list. ;-)

> I'd love to poke GregKG's staging tree and the mac80211 driver for the

s/GregKG/GregKH/

> bcm4329.  I did some searching for the staging tree, and the only
> address I could find was:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
> 

In my tree I did the following:
$ git remote add staging-2.6 \
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6.git

$ git remote update staging-2.6
...successful output...

So, it looks like you're using the old url, try this:

$ git clone \
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6.git

Then, you'll want the staging-next branch.

hth,

Jason.



More information about the devel mailing list