-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
staging: brcm80211: unified README files
There were separate README files for softmac and fullmac. Fullmac file contents has been merged into the toplevel README file. Signed-off-by: Roland Vossen <rvossen@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
- Loading branch information
Roland Vossen
authored and
Greg Kroah-Hartman
committed
Apr 5, 2011
1 parent
da5fa38
commit dd03087
Showing
3 changed files
with
36 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,2 @@ | ||
Broadcom fullmac driver | ||
|
||
This is production driver. | ||
|
||
What's here | ||
=========== | ||
- Completely open source host driver, no binary object files | ||
- Features Broadcom's OneDriver architecture (single source base for | ||
supported chips and architectures) | ||
- On-chip firmware loaded using standard request_firmware() | ||
- Support for BCM4329(SDIO) | ||
|
||
What's done | ||
========== | ||
- Integration with cfg80211 stack | ||
- Most of Mac functionality is performed in dongle | ||
- A-MPDU single stream rates | ||
- BCM4329: Dualband, Single stream, 20MHz channels | ||
|
||
Firmware installation | ||
====================== | ||
Firmware is available from the Linux firmware repository at: | ||
|
||
git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git | ||
http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git | ||
https://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git | ||
|
||
For 4329 chip, copy brcm/bcm4329-fullmac-4.bin and brcm/bcm4329-fullmac-4.txt | ||
to /lib/firmware/brcm (or wherever firmware is normally installed on your | ||
system). | ||
|
||
Contact Info: | ||
============= | ||
Brett Rudley brudley@broadcom.com | ||
Henry Ptasinski henryp@broadcom.com | ||
Nohee Ko noheek@broadcom.com | ||
|