aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorRoland Vossen <rvossen@broadcom.com>2011-03-18 11:09:33 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-04-04 22:26:17 -0700
commit4a266c4fc99d9b27afb2a476ea8fdd7189788115 (patch)
treea058b8114952cc0a7c3b66f41c454cdfed9dbc93 /drivers
parentdd0308742b1ba9fbf45422be968816123cc9b6aa (diff)
staging: brcm80211: moved several README items to website
Intended audience for the README file are users of the driver. Information only interesting to developers has been moved out of the file and placed on the website: http://linuxwireless.org/en/users/Drivers/brcm80211 Also, resolved bugs have been removed from the README. Signed-off-by: Roland Vossen <rvossen@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/brcm80211/README70
-rw-r--r--drivers/staging/brcm80211/TODO2
2 files changed, 9 insertions, 63 deletions
diff --git a/drivers/staging/brcm80211/README b/drivers/staging/brcm80211/README
index 34fce72e0b3..6356f80a7f3 100644
--- a/drivers/staging/brcm80211/README
+++ b/drivers/staging/brcm80211/README
@@ -1,40 +1,5 @@
Broadcom Mac80211 driver
-This is a driver in progress. It has features still to be implemented well as
-bugs in current code.
-
-
-What's here and not 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 BCM43224, BCM43225, BCM4313 (PCIe NIC)
-- Framework for supporting new chips, including mac80211-aware embedded chips
-- Does not support older PCI/PCIe chips with SSB backplane
-- Driver includes BMAC interface for transparent dongle support
-- Uses minstrel_ht rate algorithm
-- HW based encryption not enabled yet
-
-
-What's done
-==========
-- Integration with mac80211 stack
-- A-MPDU single & dual stream rates
-- BCM43224: Dualband, Dual stream, 20MHz channels
- Throughput (in chamber): ~85-90 Mbits/sec (in both 2.4 & 5 GHz bands)
-- BCM43225: 2.4 GHz, Dual Stream, 20MHz channels
- Throughput (in chamber): ~85-90 Mbits/sec
-- BCM4313: 2.4 GHz, Single Stream
- Throughput (in chamber): ~40 Mbits/sec
-
-
-Things To Be Done
-=================
-See the TODO file
-
-
Firmware installation
======================
Firmware is available from the Linux firmware repository at:
@@ -63,31 +28,6 @@ Bugs/Problems
- Occasional crashes with BCM43224 on multicore machines.
-Note on Regulatory Implementation
-================================
-This generation of chips contain additional regulatory support independent of
-the driver. The devices use a single worldwide regulatory domain, with channels
-12-14 (2.4 GHz band) and channels 52-64 and 100-140 (5 GHz band) restricted to
-passive operation. Transmission on those channels is suppressed until
-appropriate other traffic is observed on those channels.
-
-Within the driver, we use the ficticious country code "X2" to represent this
-worldwide regulatory domain. There is currently no interface to configure a
-different domain.
-
-The driver reads the SROM country code from the chip and hands it up to
-mac80211 as the regulatory hint, however this information is otherwise unused
-with the driver.
-
-
-Contact Info:
-=============
-Brett Rudley brudley@broadcom.com
-Henry Ptasinski henryp@broadcom.com
-Dowan Kim dowan@broadcom.com
-Roland Vossen rvossen@broadcom.com
-Arend van Spriel arend@broadcom.com
-
Broadcom fullmac driver
This is production driver.
@@ -121,6 +61,10 @@ system).
Contact Info:
=============
-Brett Rudley brudley@broadcom.com
-Henry Ptasinski henryp@broadcom.com
-Nohee Ko noheek@broadcom.com
+Brett Rudley brudley@broadcom.com
+Henry Ptasinski henryp@broadcom.com
+Dowan Kim dowan@broadcom.com
+Roland Vossen rvossen@broadcom.com
+Arend van Spriel arend@broadcom.com
+
+For more info, refer to: http://linuxwireless.org/en/users/Drivers/brcm80211 \ No newline at end of file
diff --git a/drivers/staging/brcm80211/TODO b/drivers/staging/brcm80211/TODO
index 0b58844eadd..c54b2869d2b 100644
--- a/drivers/staging/brcm80211/TODO
+++ b/drivers/staging/brcm80211/TODO
@@ -41,6 +41,8 @@ Other
handling of different interfaces so that a single binary driver can be built.
- Add support for new chips (obviously an ongoing item).
+More info: http://linuxwireless.org/en/users/Drivers/brcm80211
+
Contact
=====
Brett Rudley <brudley@broadcom.com>