~ubuntu-branches/ubuntu/trusty/linux-linaro-omap/trusty

« back to all changes in this revision

Viewing changes to drivers/staging/brcm80211/brcmfmac/README

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-57i0gl3v99b3lkfg
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Broadcom fullmac driver
2
 
 
3
 
This is production driver.
4
 
 
5
 
What'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
 
 
13
 
What'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
 
 
20
 
Firmware installation
21
 
======================
22
 
Firmware 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
 
 
28
 
For 4329 chip, copy brcm/bcm4329-fullmac-4.bin and brcm/bcm4329-fullmac-4.txt
29
 
to /lib/firmware/brcm (or wherever firmware is normally installed on your
30
 
system).
31
 
 
32
 
Contact Info:
33
 
=============
34
 
Brett Rudley    brudley@broadcom.com
35
 
Henry Ptasinski henryp@broadcom.com
36
 
Nohee Ko        noheek@broadcom.com
 
1
 
37
2