android_kernel_samsung_msm8976/drivers/net/wireless/bcm43xx
..
bcm43xx.h
bcm43xx_debugfs.c
bcm43xx_debugfs.h
bcm43xx_dma.c [PATCH] bcm43xx: sync with svn.berlios.de 2006-03-27 11:18:24 -05:00
bcm43xx_dma.h
bcm43xx_ilt.c
bcm43xx_ilt.h
bcm43xx_leds.c
bcm43xx_leds.h
bcm43xx_main.c
bcm43xx_main.h
bcm43xx_phy.c
bcm43xx_phy.h
bcm43xx_pio.c
bcm43xx_pio.h
bcm43xx_power.c
bcm43xx_power.h
bcm43xx_radio.c
bcm43xx_radio.h
bcm43xx_wx.c
bcm43xx_wx.h
COPYING
Makefile
README

			BCM43xx Linux Driver Project
			============================

About this software
-------------------

The goal of this project is to develop a linux driver for Broadcom
BCM43xx chips, based on the specification at 
http://bcm-specs.sipsolutions.net/

The project page is http://bcm43xx.berlios.de/


Requirements
------------

1)	Linux Kernel 2.6.15 or later
	http://www.kernel.org/

	You may want to configure your kernel with:

	CONFIG_DEBUG_FS (optional):
		-> Kernel hacking
		  -> Debug Filesystem

2)	SoftMAC IEEE 802.11 Networking Stack extension and patched ieee80211
	modules:
	http://softmac.sipsolutions.net/

3)	Firmware Files

	Please try fwcutter. Fwcutter can extract the firmware from various 
	binary driver files. It supports driver files from Windows, MacOS and 
	Linux. You can get fwcutter from http://bcm43xx.berlios.de/.
	Also, fwcutter comes with a README file for further instructions.