From: Johan Hedberg Date: Sun, 6 Jul 2014 08:03:36 +0000 (+0300) Subject: Bluetooth: Restrict blocked device check in l2cap_recv_frame to LE X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~73^2~87^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e1d7e15340b14bfb2ac86d77ca72fcebfe67d66;p=pandora-kernel.git Bluetooth: Restrict blocked device check in l2cap_recv_frame to LE BR/EDR has the connection request and connection request rejection, but LE doesn't have anything similar. We still request LE connections to blocked devices to be disconnected but it's possible that ACL data slips through before that. The check in l2cap_recv_frame really only needs to be for LE and not BR/EDR because of this. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed