]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/netgraph/bluetooth/hci/TODO
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / netgraph / bluetooth / hci / TODO
1 $Id: TODO,v 1.2 2003/04/26 22:36:29 max Exp $
2 $FreeBSD$
3
4 FIXME/TODO list
5
6 This is a list of open issues for HCI node
7
8 1) Locking/SMP
9
10         External code now uses ng_send_fn to inject data into Netgraph, so
11         it should be fine as long as Netgraph is SMP safe. Just need to 
12         verify it.
13
14 2) HCI QoS handling
15
16         Some code exists, but i have no idea how it should work. Will 
17         understand and fix later. I only have CSR based hardware and
18         it does not support QoS.
19
20 3) Add proper handling for some HCI commands
21
22         HCI testing commands is one example. Also might implement Host to 
23         Host Controller flow control (not sure if it is required).
24
25 4) Code cleanup
26
27         Verify return codes from functions
28         Remove some waringns/errors
29