~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to drivers/staging/bcm/TODO

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
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()
 
14
        - fix non-standard kernel style
 
15
        - checkpatch warnings
 
16
        - use request firmware
 
17
        - fix use of file I/O to load config with better API
 
18
        - merge some files together?
 
19
        - cleanup/eliminate debug messages
 
20
 
 
21
 
 
22