Bluetooth: Add proper handling of received LE data
authorGustavo F. Padovan <padovan@profusion.mobi>
Thu, 7 Apr 2011 19:40:25 +0000 (16:40 -0300)
committerGustavo F. Padovan <padovan@profusion.mobi>
Wed, 13 Apr 2011 15:20:02 +0000 (12:20 -0300)
commit9f69bda6aa8b365169b4a6fd35432ee40574d661
tree5bd48c861e6e17a339367f0ad4dd7f81093d6663
parent0733119c0bed37eda4bb832d049939a0dc53a233
Bluetooth: Add proper handling of received LE data

Despite it works, handling through l2cap_data_channel() is wrongs.
That function should handle only connection oriented data.

Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/l2cap_core.c