Bluetooth: Make HCI call directly into SCO and L2CAP event functions
authorUlisses Furquim <ulisses@profusion.mobi>
Wed, 21 Dec 2011 12:11:33 +0000 (10:11 -0200)
committerGustavo F. Padovan <padovan@profusion.mobi>
Thu, 22 Dec 2011 16:07:29 +0000 (14:07 -0200)
commit686ebf283ba19f82abd8aaec023cd124749be9ec
tree9d10d8bc79779756dd8833a2c6ef8d5ad019ac81
parent68a8aea45973c8d0bc05f58389ce9e82e04bb5f6
Bluetooth: Make HCI call directly into SCO and L2CAP event functions

The struct hci_proto and all related register/unregister and dispatching
code was removed. HCI core code now call directly the SCO and L2CAP
event functions.

Signed-off-by: Ulisses Furquim <ulisses@profusion.mobi>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_core.c
net/bluetooth/l2cap_core.c
net/bluetooth/sco.c