]> 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)
commit24cd4295c33596f8c9820e3a06306c2a138567a9
treec53ad8a1e084b78205150e5401e44ad8295f06d2
parenta0eeb3f0d212aba9fcf08aa639d2c6a7f3e9ebfd
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