Ignore this piece, it is debug code that slipped in.
diff --git a/net/mac802154/6lowpan.c b/net/mac802154/6lowpan.c
index 99b1202..6525e18 100644
--- a/net/mac802154/6lowpan.c
+++ b/net/mac802154/6lowpan.c
@@ -60,7 +60,14 @@ static int lowpan_header_create(struct sk_buff *skb,
u8 head[24] = {};
int pos;
- printk("JDS - %s\n", __func__);
+ printk("JDS - %s type %x len %d\n", __func__, type, len);
+ if (type != ETH_P_IPV6)
+ return mac802154_header_create(skb, dev, type, _daddr,
_saddr, skb->len);
+
+
+ for (pos = 0; pos < 60; pos++)
+ printk("%02x ", skb->data[pos]);
+ printk("\n");
pos = 0;
head[pos++] = 0x41; /* temp force uncompressed ipv6 */
--
Jon Smirl
[email protected]
------------------------------------------------------------------------------
This SF.net email is sponsored by
Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev
_______________________________________________
Linux-zigbee-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel