1114878Sjulian$Id: TODO,v 1.2 2003/04/26 22:36:29 max Exp $
2114878Sjulian$FreeBSD$
3107120Sjulian
4107120SjulianFIXME/TODO list
5107120Sjulian
6107120SjulianThis is a list of open issues for HCI node
7107120Sjulian
8107120Sjulian1) Locking/SMP
9107120Sjulian
10107120Sjulian	External code now uses ng_send_fn to inject data into Netgraph, so
11107120Sjulian	it should be fine as long as Netgraph is SMP safe. Just need to 
12107120Sjulian	verify it.
13107120Sjulian
14114878Sjulian2) HCI QoS handling
15107120Sjulian
16107120Sjulian	Some code exists, but i have no idea how it should work. Will 
17107120Sjulian	understand and fix later. I only have CSR based hardware and
18107120Sjulian	it does not support QoS.
19107120Sjulian
20114878Sjulian3) Add proper handling for some HCI commands
21107120Sjulian
22107120Sjulian	HCI testing commands is one example. Also might implement Host to 
23107120Sjulian	Host Controller flow control (not sure if it is required).
24107120Sjulian
25114878Sjulian4) Code cleanup
26107120Sjulian
27107120Sjulian	Verify return codes from functions
28107120Sjulian	Remove some waringns/errors
29107120Sjulian
30