Bluetooth: Split ctrl init to BREDR and AMP parts
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>
Mon, 19 Dec 2011 14:31:27 +0000 (16:31 +0200)
committerGustavo F. Padovan <padovan@profusion.mobi>
Tue, 20 Dec 2011 18:59:12 +0000 (16:59 -0200)
commite61ef49966777defa84b04159ea23cdeb2c7cd4c
tree4614cde7459c15e650df65e440cd33a4c6e00e59
parent27bf88829f50cf1af2b052ecee2f6f0dbe4a5141
Bluetooth: Split ctrl init to BREDR and AMP parts

Current controller initialization is moved tp bredr_init and new
function added amp_init to handle later AMP init sequence. Current
AMP init sequence include Reset and Read Local Version.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/hci_core.c
net/bluetooth/hci_event.c