Hi, while working on "ieee802154: 6lowpan: cleanup and rework dispatch evaluation", I detected issues which was introduced by removal the multiple interfaces feature _per_ wpan interface. These are: - multiple registration for the packet handler -> fixed by open_count - check on if the wpan interface has a lowpan interface. I also detect the missing dev_put while lowpan netdev_registation and take some patches like moving the ARPHRD check earlier, we need to check on this before evaluating the ieee802154_ptr. - Alex Alexander Aring (2): ieee802154: 6lowpan: fix packet layer registration ieee802154: 6lowpan: fix non-lowpan wpan interfaces net/ieee802154/6lowpan/core.c | 22 +++++++++++++++++----- net/ieee802154/6lowpan/rx.c | 7 ++++--- 2 files changed, 21 insertions(+), 8 deletions(-) -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html