]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - net/bluetooth/l2cap_core.c
Bluetooth: Fix authentication request for L2CAP raw sockets
authorJohan Hedberg <johan.hedberg@nokia.com>
Wed, 19 Jan 2011 06:36:51 +0000 (12:06 +0530)
committerGustavo F. Padovan <padovan@profusion.mobi>
Wed, 19 Jan 2011 16:40:43 +0000 (14:40 -0200)
commitd00ef24fc2923b65fdd440dc6445903e965841ac
tree679ed038188e94ddde990e3ec1d31fc56055f9bf
parent8556edd32f01c50a3c99e44dc2c3b1252ea59605
Bluetooth: Fix authentication request for L2CAP raw sockets

When there is an existing connection l2cap_check_security needs to be
called to ensure that the security level of the new socket is fulfilled.
Normally l2cap_do_start takes care of this, but that function doesn't
get called for SOCK_RAW type sockets. This patch adds the necessary
l2cap_check_security call to the appropriate branch in l2cap_do_connect.

Signed-off-by: Johan Hedberg <johan.hedberg@nokia.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/l2cap.c