Bluetooth: 6lowpan: Check transmit errors for multicast packets
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Wed, 1 Oct 2014 12:59:15 +0000 (15:59 +0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 2 Oct 2014 10:41:57 +0000 (13:41 +0300)
We did not return error if multicast packet transmit failed.
This might not be desired so return error also in this case.
If there are multiple 6lowpan devices where the multicast packet
is sent, then return error even if sending to only one of them fails.

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

Simple merge