Bluetooth: 6lowpan: Return EAGAIN error also for multicast packets
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Wed, 1 Oct 2014 12:59:14 +0000 (15:59 +0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 2 Oct 2014 10:41:39 +0000 (13:41 +0300)
commitd7b6b0a532da7de25e16deed610658cfa1969fe9
tree27847fc8c5f0d29c39821b176f60c0f2593bdf96
parenta7807d73a0fa9b33dbdfd5f1cb97970ccc91d77e
Bluetooth: 6lowpan: Return EAGAIN error also for multicast packets

Make sure that we are able to return EAGAIN from l2cap_chan_send()
even for multicast packets. The error code was ignored unncessarily.

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