]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: AMP: Check for hs_hcon instead of ctrl_id
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>
Wed, 31 Oct 2012 13:46:35 +0000 (15:46 +0200)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Thu, 1 Nov 2012 22:27:09 +0000 (20:27 -0200)
commit8507797d8ed3f52b7e178f92a95f8d9ea7889758
tree129269d69e979d393092ddc69c392c1bef19d150
parent0b37988213ddf412f70495de6d41d207c1305c26
Bluetooth: AMP: Check for hs_hcon instead of ctrl_id

When deciding whether to send EFS configuration response with success,
check rather for existence of High Speed physical link hs_hcon then
ctrl_id. There might be cases when there is ctrl_id but high speed link
is not established yet.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
net/bluetooth/l2cap_core.c