From: Johan Hedberg Date: Mon, 29 Apr 2013 16:35:39 +0000 (+0300) Subject: Bluetooth: Add clarifying comment to l2cap_conn_ready() X-Git-Tag: v3.11-rc1~64^2~78^2^2~23^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8729922b474eab65ca738028a2e69fb12e2eaa6;p=pandora-kernel.git 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 160dc6ac1. This patch adds a clarifying comment to the code for this. Signed-off-by: Johan Hedberg Acked-by: Marcel Holtmann Signed-off-by: Gustavo Padovan --- Reading git-diff-tree failed