Hi, this patch series contains two patches. At first we remove the multiple lowpan interface support. I don't see any use case for that, if somebody has an use case for it. Please report your use case. Currently it's broken to update the wpan mac address while having a lowpan interface on the top. The first patch will introduce some easy mechanism to access the lowpan interface inside the lower mac802154 layer. When the mac802154 changes the mac address then it will updated also on the lowpan interface, if the wpan interface belongs to a lowpan interface. Another idea would be maybe to react on the lowpan_device_event, when a wpan interface updates his address, but this doesn't work because the lowpan interface need to be down to update the mac setting, otherwise the SLAAC address will not be updated. - Alex Alexander Aring (2): ieee802154: 6lowpan: remove multiple lowpan support mac802154: fix wpan mac setting while lowpan include/net/cfg802154.h | 3 ++ net/ieee802154/6lowpan/6lowpan_i.h | 6 ---- net/ieee802154/6lowpan/core.c | 67 +++++++++++--------------------------- net/ieee802154/6lowpan/rx.c | 38 +++++---------------- net/mac802154/iface.c | 14 ++++++++ 5 files changed, 44 insertions(+), 84 deletions(-) -- 2.4.6 -- 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