aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Ptasinski <henryp@broadcom.com>2011-06-29 16:48:23 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2011-07-05 09:58:57 -0700
commit0c51cca851720522c4c3b37268aff2f3c384752c (patch)
treeed3f3f02bdefa3e7c717229a70a7b7fd10eec5db
parent37c962d195005d009e130e65a9e55960996c3cab (diff)
staging: brcm80211: updated TODO file
Updated TODO file to reflect current driver state, results of recent cleanup and fixes. Signed-off-by: Henry Ptasinski <henryp@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--drivers/staging/brcm80211/TODO12
1 files changed, 1 insertions, 11 deletions
diff --git a/drivers/staging/brcm80211/TODO b/drivers/staging/brcm80211/TODO
index 94c792b9719..e2e2ef9bd7a 100644
--- a/drivers/staging/brcm80211/TODO
+++ b/drivers/staging/brcm80211/TODO
@@ -4,19 +4,9 @@ Bugs
====
- none known at this moment
-brcmfmac and brcmsmac
-=====================
-- replace company specific acronym wlc_
-- Resolve all XXX, TODO, FIXME in code
-
brcmfmac
=====================
-- Remove unnecessary includes, move #includes from .h files into .c files.
-- Absorb and delete header files that are included in only one .c file
-- ASSERTS not allowed in mainline, replace by warning + error handling
-- Replace printk and WL_ERROR() with proper routines
-- Replace driver's proprietary ssb interface with generic kernel ssb module
-- Build and test on 64 bit linux kernel
+- ASSERTS deprecated in mainline, replace by warning + error handling
brcm80211 info page
=====================