This patch series contains changes for a better multiple iface handling. We have only one phy with several mac parameters like csma, aret, etc. Currently it could be that one interface can overwrite these parameters while ifup when another interface is currently running. To avoid that we compare each parameter and check if differs, if not we allow to ifup the interface. changes since v2: - fix mixed comments and variable declaration. Alexander Aring (2): mac802154: iface: check concurrent ifaces ieee802154: iface: move multiple node type check net/mac802154/iface.c | 100 +++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 86 insertions(+), 14 deletions(-) -- 2.2.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