Hi, small fix and new user space tool to work with the new driver! In my netdev 2.1 video I had a ugly debugfs API. - Alex Alexander Aring (2): wpan-ping: fix ifname setting wpan-hwsim: initial commit Makefile.am | 1 + configure.ac | 1 + wpan-hwsim/Makefile.am | 8 + wpan-hwsim/mac802154_hwsim.h | 73 +++++++ wpan-hwsim/wpan-hwsim.c | 509 +++++++++++++++++++++++++++++++++++++++++++ wpan-ping/wpan-ping.c | 2 +- 6 files changed, 593 insertions(+), 1 deletion(-) create mode 100644 wpan-hwsim/Makefile.am create mode 100644 wpan-hwsim/mac802154_hwsim.h create mode 100644 wpan-hwsim/wpan-hwsim.c -- 2.11.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