Bluetooth: Remove special ATT data channel handling
authorJohan Hedberg <johan.hedberg@intel.com>
Thu, 7 Aug 2014 19:56:49 +0000 (22:56 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 14 Aug 2014 06:49:14 +0000 (08:49 +0200)
commit06171e0546434b006a3857ea745b4258ad5d677c
tree6c2153311ed4503daaf4182140c207a06fc76268
parent54a1b626c96039f172dd2ea15b2671053b3c5a68
Bluetooth: Remove special ATT data channel handling

Now that we've got the fixed channel infrastructure cleaned up in a
generic way there's no longer a need to have a dedicated function for
handling data on the ATT channel. Instead the generic
l2cap_data_channel() handler will be able to do the exact same thing.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/l2cap_core.c