1Broadcom fullmac driver
2
3This is production driver.
4
5What's here
6===========
7- Completely open source host driver, no binary object files
8- Features Broadcom's OneDriver architecture (single source base for
9  supported chips and architectures)
10- On-chip firmware loaded using standard request_firmware()
11- Support for BCM4329(SDIO)
12
13What's done
14==========
15- Integration with cfg80211 stack
16- Most of Mac functionality is performed in dongle
17- A-MPDU single stream rates
18- BCM4329:	Dualband, Single stream, 20MHz channels
19
20Firmware installation
21======================
22Firmware is available from the Linux firmware repository at:
23
24	git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git
25	http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git
26	https://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git
27
28For 4329 chip, copy brcm/bcm4329-fullmac-4.bin and brcm/bcm4329-fullmac-4.txt
29to /lib/firmware/brcm (or wherever firmware is normally installed on your
30system).
31
32Contact Info:
33=============
34Brett Rudley	brudley@broadcom.com
35Henry Ptasinski henryp@broadcom.com
36Nohee Ko	noheek@broadcom.com
37
38