Hi Lennert, >>> * Update the linux-zigbee git:// repository URL. >>> >>> * The IEEE 802.15.4 MLME based netlink operations are documented >>> in include/linux/nl802154.h, not in include/net/nl802154.h. >>> >>> * The hardmac example driver 'fakehard' was removed some time ago. >>> >>> * The IEEE 802.15.4 device drivers live in drivers/net/ieee802154/, >>> not in drivers/ieee802154/. >>> >>> * The IEEE 802.15.4 MTU is 127 bytes, not 128 bytes. >>> >>> * Some of the 6LoWPAN code lives in net/6lowpan/. >>> >>> Signed-off-by: Lennert Buytenhek <buytenh@xxxxxxxxxxxxxx> >>> --- >>> Documentation/networking/ieee802154.txt | 25 ++++++++++++------------- >>> 1 file changed, 12 insertions(+), 13 deletions(-) >>> >>> diff --git a/Documentation/networking/ieee802154.txt b/Documentation/networking/ieee802154.txt >>> index 22bbc72..ed08768 100644 >>> --- a/Documentation/networking/ieee802154.txt >>> +++ b/Documentation/networking/ieee802154.txt >>> @@ -30,8 +30,8 @@ int sd = socket(PF_IEEE802154, SOCK_DGRAM, 0); >>> >>> The address family, socket addresses etc. are defined in the >>> include/net/af_ieee802154.h header or in the special header >>> -in our userspace package (see either linux-zigbee sourceforge download page >>> -or git tree at git://linux-zigbee.git.sourceforge.net/gitroot/linux-zigbee). >>> +in our userspace package (see either linux-zigbee sourceforge download >>> +page or git tree at git://git.code.sf.net/p/linux-zigbee/linux-zigbee). >> >> I assumed Alex created a linux-wpan userspace repository. I think >> if we update the text here, we should reference that one. > > OK, how about this patch instead? (Want me to resubmit the series?) just send a v2 of the complete series when Alex ACKed it. I ran basic tests with v1 and looks good to me. 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