]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Add clarifying comment to l2cap_conn_ready()
authorJohan Hedberg <johan.hedberg@intel.com>
Mon, 29 Apr 2013 16:35:39 +0000 (19:35 +0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Sat, 22 Jun 2013 23:23:48 +0000 (00:23 +0100)
commit4d12b3fa87fdccc4743721e861a3dcfbf1ab8f97
treee5268feb95d8e84fac7ee0cb1043d53ff987b1b2
parent96c0b88596bf40f75d46e1b530997ff68ff023ea
Bluetooth: Add clarifying comment to l2cap_conn_ready()

There is an extra call to smp_conn_security() for outgoing LE
connections from l2cap_conn_ready() but the reason for this call is far
from clear. After a bit of commit history research and using git blame I
found out that this extra call is for socket-less pairing processes
added by commit f4da71f83. This patch adds a clarifying comment to the
code for this.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
net/bluetooth/l2cap_core.c