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