Bluetooth: Restrict blocked device check in l2cap_recv_frame to LE
authorJohan Hedberg <johan.hedberg@intel.com>
Sun, 6 Jul 2014 08:03:36 +0000 (11:03 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 6 Jul 2014 08:13:56 +0000 (10:13 +0200)
commit9e1d7e15340b14bfb2ac86d77ca72fcebfe67d66
treeff054f3487d2ad4986fed39fa1fa147d97851032
parente30d3f5fef378cd14ba8c331a5c7a2f9239c2770
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 <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/l2cap_core.c