commit | a437d2744b0a4e5f405f6b9be284eb9e0a2d7741 | [log] [tgz] |
---|---|---|
author | Alan Ott <alan@signal11.us> | Sat Sep 01 05:57:06 2012 +0000 |
committer | David S. Miller <davem@tempietto.lan> | Sat Sep 01 22:48:01 2012 -0400 |
tree | 9d83ef2dcca22e73cb0638ccf6512a884f3878b5 | |
parent | 1bed966cc3bd4042110129f0fc51aeeb59c5b200 [diff] |
6lowpan: Make a copy of skb's delivered to 6lowpan Since lowpan_process_data() modifies the skb (by calling skb_pull()), we need our own copy so that it doesn't affect the data received by other protcols (in this case, af_ieee802154). Signed-off-by: Alan Ott <alan@signal11.us> Signed-off-by: David S. Miller <davem@tempietto.lan>