All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Bluetooth: 6lowpan: Multicast fixes
@ 2014-10-01 12:59 Jukka Rissanen
  2014-10-01 12:59 ` [PATCH 1/2] Bluetooth: 6lowpan: Return EAGAIN error also for multicast packets Jukka Rissanen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jukka Rissanen @ 2014-10-01 12:59 UTC (permalink / raw)
  To: linux-bluetooth

Hi,

I noticed some issues in 6LoWPAN multicast support and this set
should fix them.

Patch 1 removes the restriction that we skip EAGAIN error code
for multicast packets. The extra check are actually useless as
we can treat multicast packets the same way as unicast ones.

Patch 2 adds error checks when sending multicast packet, if
multicast packet sending fails, we return error to the user
space.

Cheers,
Jukka


Jukka Rissanen (2):
  Bluetooth: 6lowpan: Return EAGAIN error also for multicast packets
  Bluetooth: 6lowpan: Check transmit errors for multicast packets

 net/bluetooth/6lowpan.c | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-10-02 10:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-01 12:59 [PATCH 0/2] Bluetooth: 6lowpan: Multicast fixes Jukka Rissanen
2014-10-01 12:59 ` [PATCH 1/2] Bluetooth: 6lowpan: Return EAGAIN error also for multicast packets Jukka Rissanen
2014-10-01 12:59 ` [PATCH 2/2] Bluetooth: 6lowpan: Check transmit errors " Jukka Rissanen
2014-10-02 10:49 ` [PATCH 0/2] Bluetooth: 6lowpan: Multicast fixes Johan Hedberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.