All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH bluetooth-next 0/8] ieee802154: pending patches
@ 2015-08-10 19:15 Alexander Aring
  2015-08-10 19:15 ` [PATCH bluetooth-next 1/8] 6lowpan: Fix extraction of flow label field Alexander Aring
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Alexander Aring @ 2015-08-10 19:15 UTC (permalink / raw)
  To: linux-wpan; +Cc: kernel, Alexander Aring

Hi Marcel,

these are currently the pending patches for ieee802154 subsystem.

There is one patch which was send before ~ 5 months ago and I dropped
it again because the there was something wrong in the complete patch series
and then I forget that fix. Nevertheless it seems that the RIOT people hit it,
see:

https://github.com/RIOT-OS/RIOT/issues/3588#issuecomment-129509141

I hope the issue is fixed by PATCH "ieee802154: 6lowpan: fix error frag
handling".

One fix from Lukasz Duda which fixes the traffic class decompression
in 6LoWPAN code. There is indeed something wrong but I think the code needs
a complete reqwork.

The other patches changes the aret handling in ieee802154 by removing
the max_frame_retries "-1" value and do the ack handling per frame.
To set the ackrequest bit for 802.15.4 6LoWPAN frames we introcued
the ackrequest bit default handling which can set by nl802154.

Note:

There is another pending patch:

"cc2520: set the default fifo pin value from platform data"

but Varka didn't ack it yet, can you please apply this patch when Varka acked
it, otherwise we will include them for the next "pending patches" series.

- Alex

Alexander Aring (7):
  ieee802154: 6lowpan: remove multiple lowpan per wpan support
  mac802154: fix wpan mac setting while lowpan is there
  mac802154: cfg: remove test and set checks
  mac802154: change frame_retries behaviour
  at86rf230: use STATE_TX_ARET mode only
  ieee802154: add ack request default handling
  ieee802154: 6lowpan: fix error frag handling

Lukasz Duda (1):
  6lowpan: Fix extraction of flow label field

 drivers/net/ieee802154/at86rf230.c | 52 ++++++++---------------------
 include/net/cfg802154.h            |  8 +++++
 include/net/nl802154.h             |  4 +++
 net/6lowpan/iphc.c                 |  2 +-
 net/ieee802154/6lowpan/6lowpan_i.h |  8 -----
 net/ieee802154/6lowpan/core.c      | 67 +++++++++++---------------------------
 net/ieee802154/6lowpan/rx.c        | 38 +++++----------------
 net/ieee802154/6lowpan/tx.c        |  4 +--
 net/ieee802154/nl802154.c          | 33 +++++++++++++++++++
 net/ieee802154/rdev-ops.h          | 13 ++++++++
 net/ieee802154/trace.h             | 19 +++++++++++
 net/mac802154/cfg.c                | 27 +++++++--------
 net/mac802154/iface.c              | 18 ++++++++--
 net/mac802154/main.c               |  9 ++---
 14 files changed, 151 insertions(+), 151 deletions(-)

-- 
2.5.0


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

end of thread, other threads:[~2015-08-10 19:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-10 19:15 [PATCH bluetooth-next 0/8] ieee802154: pending patches Alexander Aring
2015-08-10 19:15 ` [PATCH bluetooth-next 1/8] 6lowpan: Fix extraction of flow label field Alexander Aring
2015-08-10 19:15 ` [PATCH bluetooth-next 2/8] ieee802154: 6lowpan: remove multiple lowpan per wpan support Alexander Aring
2015-08-10 19:15 ` [PATCH bluetooth-next 3/8] mac802154: fix wpan mac setting while lowpan is there Alexander Aring
2015-08-10 19:15 ` [PATCH bluetooth-next 4/8] mac802154: cfg: remove test and set checks Alexander Aring
2015-08-10 19:15 ` [PATCH bluetooth-next 5/8] mac802154: change frame_retries behaviour Alexander Aring
2015-08-10 19:15 ` [PATCH bluetooth-next 6/8] at86rf230: use STATE_TX_ARET mode only Alexander Aring
2015-08-10 19:15 ` [PATCH bluetooth-next 7/8] ieee802154: add ack request default handling Alexander Aring
2015-08-10 19:15 ` [PATCH bluetooth-next 8/8] ieee802154: 6lowpan: fix error frag handling Alexander Aring
2015-08-10 19:30 ` [PATCH bluetooth-next 0/8] ieee802154: pending patches Marcel Holtmann

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.