Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

beceem: update TODO list

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>

+16 -9
+16 -9
drivers/staging/bcm/TODO
··· 1 + This driver is barely functional in its current state. 2 + 3 + BIG: 4 + - existing API is (/dev/tarang) should be replaced 5 + Is it possible to use same API as Intel Wimax stack and 6 + have same user level components. 7 + - Qos and queue model is non-standard and inflexible. 8 + Use existing TC Qos? 9 + 1 10 TODO: 11 + - support more than one board - eliminate global variables 12 + - remove developer debug BCM_DEBUG() macros 13 + add a limited number of messages through netif_msg() 2 14 - fix non-standard kernel style 3 - - sparse warnings 4 15 - checkpatch warnings 5 - - remove compatiablity code for older kernels 6 - - remove #ifdef's 7 - - fix bogus device nameing and reference counting (see bcm_notify_event) 8 - - fix use of file I/O to load config 9 - - request firmware 10 - - update to current network device API 11 - - merge some files together 16 + - use request firmware 17 + - fix use of file I/O to load config with better API 18 + - merge some files together? 12 19 - cleanup/eliminate debug messages 13 20 14 - - integrate with existing Wimax stack? 21 + 15 22