]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: 6lowpan: Remove redundant BT_CONNECTED assignment
authorJohan Hedberg <johan.hedberg@intel.com>
Tue, 6 Oct 2015 10:03:21 +0000 (13:03 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 8 Oct 2015 08:43:52 +0000 (10:43 +0200)
commit02b9326b941f46b5db98a4b21c2f00791a447b59
tree1c85263c27cf48170ed3492f7c9a84b13a1d904b
parent8ee2e8649d7f5553cd54d66d87af0a520010e966
Bluetooth: 6lowpan: Remove redundant BT_CONNECTED assignment

The L2CAP core code makes sure of setting the channel state to
BT_CONNECTED, so there's no need for the implementation code (6lowpan
in this case) to do it.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Acked-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/6lowpan.c