Hi, this patch series completes rework the fakelb driver. After loading the fakelb driver you have as default two registered phys. Example use: 1. Creating a lowpan interface on each wpan interface. 2. try IPv6 connection between the two lowpan interfaces. This patch series based on "mac802154: fakelb: Fix potential NULL pointer dereference." by Martin Townsend. - Alex Alexander Aring (13): fakelb: creating two virtual phys per default fakelb: use list_for_each_entry_safe fakelb: rename fakelb_dev_priv to fakelb_phy fakelb: don't deliver when one phy fakelb: declare rwlock static fakelb: declare fakelb list static fakelb: move lock out of iteration fakelb: introduce fakelb ifup phys list fakelb: use own channel and page attributes fakelb: add virtual phy reset defaults fakelb: remove fakelb_hw_deliver fakelb: add support for async xmit handling fakelb: cleanup code drivers/net/ieee802154/fakelb.c | 180 +++++++++++++++++----------------------- 1 file changed, 76 insertions(+), 104 deletions(-) -- 2.3.7 -- 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