]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit779fdb23c3011b4400ee0049b607570d29837ac8
tree5bd48c861e6e17a339367f0ad4dd7f81093d6663
parent5ddc318736a995af87cc26ca6b19b9a8914c19f7
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