]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
staging: brcm80211: updated TODO with current state of affairs
authorRoland Vossen <rvossen@broadcom.com>
Wed, 1 Jun 2011 11:46:08 +0000 (13:46 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 7 Jun 2011 19:49:33 +0000 (12:49 -0700)
Signed-off-by: Roland Vossen <rvossen@broadcom.com>
Reviewed-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/TODO

index 2d9948dd7bb8f2afede8cec1b1d50112a4f2a336..94c792b9719e89dee24020eaff7f3ce8fc407916 100644 (file)
@@ -6,13 +6,13 @@ Bugs
 
 brcmfmac and brcmsmac
 =====================
-
-- Remove unnecessary includes, move #includes from .h files into .c files.
-- Absorb and delete header files that are included in only one .c file
+- 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