Hi, On 8/25/10, Jon Smirl <[email protected]> wrote: > Current snapshot of my 6lowpan port. Receive doesn't work. > Hook lowpan into the system
Whow. Nice work. As I've said before, if you wish to do this 'true way', 6lowpan code should be separated from mac802154. One should probably hook into xfrm6 subsystem (please check around 6in4, 6in6, etc. tunnels for clues). Unfortunately I don't have currently time to review the code. I'll try to do this before my current vacation (starting 30th August). As a last resort I hope to see updated patch when I'll come from vacation (17th of September). > --- > drivers/ieee802154/serial.c | 7 Shouldn't the knowledge about 6lowpan/IPv6 headers be placed in a more generic place? > include/linux/nl802154.h | 1 > net/mac802154/6lowpan.c | 948 > +++++++++++++++++++++++++++++++++++++++++++ > net/mac802154/6lowpan.h | 81 ++++ > net/mac802154/Kconfig | 6 > net/mac802154/Makefile | 6 > net/mac802154/mac802154.h | 17 + > net/mac802154/main.c | 5 > net/mac802154/wpan.c | 118 ++--- > 9 files changed, 1122 insertions(+), 67 deletions(-) > create mode 100644 net/mac802154/6lowpan.c > create mode 100644 net/mac802154/6lowpan.h -- With best wishes Dmitry ------------------------------------------------------------------------------ Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of special opportunities to increase revenue and speed time-to-market. Join now, and jumpstart your future. http://p.sf.net/sfu/intel-atom-d2d _______________________________________________ Linux-zigbee-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel
