Hi, this patch series contains patches to change all netlink phy and mac settings into one phy/interface command. I will applu this series mainline to wpan-tools and make a new release when the corresponding kernel nl802154 are mainline. There is one maybe _some_ cleaner solution to make something like: #include <linux/version.h> #if LINUX_VERSION_CODE <= KERNEL_VERSION(foo) ... #else ... #endif this would rescue newer wpan-tools with older kernels. But requires the right kernel-headers while cross-compiling and such things. I don't think that this is really necessary here now. We make a simple cut now. - Alex Alexander Aring (2): phy: use NL802154_CMD_SET_WPAN_PHY mac: use NL802154_CMD_SET_INTERFACE src/mac.c | 12 ++++++------ src/phy.c | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) -- 2.3.3 -- 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