Hi Alex, > This patch series contains various cleanups and adding new nl802154 commands > for supporting interface handling. At least we fix some byteorder issues. > The nl802154 interface uses little endian byteorder now. This is the same > byteorder like 802.15.4 MAC layer. The nl802154 interface is new, so we should > fix the byteorder issue now. > > Alexander Aring (13): > mac802154: remove unused prototypes > at86rf230: fix commentation for symbol duration > mac802154: remove const for non pointer in driver-ops > mac802154: remove const for non pointer in cfg ops > mac802154: remove const for non pointer in rdev-ops > mac802154: remove deprecated linux-zigbee info > mac802154: use new nl802154 iftype types > mac802154: remove wpan_dev parameter in if_add > ieee802154: add new interface command > ieee802154: setting extended address while iface add > ieee802154: add del interface command > ieee802154: rename and move WPAN_NUM_ defines > ieee802154: fix byteorder for short address and panid > > drivers/net/ieee802154/at86rf230.c | 4 +- > include/linux/ieee802154.h | 3 ++ > include/net/cfg802154.h | 21 +++++----- > net/ieee802154/nl802154.c | 80 +++++++++++++++++++++++++++++++++++--- > net/ieee802154/rdev-ops.h | 33 ++++++++++------ > net/mac802154/cfg.c | 69 ++++++++++++++++++++++---------- > net/mac802154/driver-ops.h | 46 ++++++++++------------ > net/mac802154/ieee802154_i.h | 15 +++---- > net/mac802154/iface.c | 31 ++++++++------- > net/mac802154/main.c | 7 ++-- > net/mac802154/rx.c | 7 ++-- > 11 files changed, 211 insertions(+), 105 deletions(-) all 13 patches have been applied to bluetooth-next tree. Regards Marcel -- 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