commit | 578d524127612354d91905f932ee88d73d8d1645 | [log] [tgz] |
---|---|---|
author | Alexander Aring <alex.aring@gmail.com> | Wed Oct 30 09:18:23 2013 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 30 17:18:46 2013 -0400 |
tree | bfcb902eba18bd0e162eb28349985bab97e8f001 | |
parent | 3e69162ea4a9e927cb3619b96c86aae4ded60112 [diff] |
6lowpan: set 6lowpan network and transport header This is necessary to access network header with the skb_network_header function instead of calculate the position with mac_len, etc. Do the same for the transport header, when we replace the IPv6 header with the 6LoWPAN header. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Acked-by: Werner Almesberger <werner@almesberger.net> Signed-off-by: David S. Miller <davem@davemloft.net>