Hello, Again, as I've said, it's really not the proper way to implement 6lowpan. Please reimplement this using protocol receivers (not mac-level device) and XFRM6.
On Fri, Aug 27, 2010 at 5:01 PM, Jon Smirl <[email protected]> wrote: > I will be gone for a week. I am doing something wrong with the skb in > receive. If you receive a packet with Wireshark running the kernel will > crash. So I'm probably corrupting memory by misusing a skb. Special thanks to > anyone how can find the bug while I'm gone. > --- > drivers/ieee802154/serial.c | 11 - > include/linux/nl802154.h | 1 > net/mac802154/6lowpan.c | 946 > +++++++++++++++++++++++++++++++++++++++++++ > 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, 1125 insertions(+), 66 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
