]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit493b2819c0b4a6941813c4e1dab52e5af6de5016
treec53ad8a1e084b78205150e5401e44ad8295f06d2
parentde53067f761f148984cabb2ebded7afe1a21f553
Bluetooth: 6lowpan: Check transmit errors for multicast packets

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