|
@@ -307,6 +307,9 @@ static int recv_pkt(struct sk_buff *skb, struct net_device *dev,
|
|
|
|
|
|
/* check that it's our buffer */
|
|
/* check that it's our buffer */
|
|
if (lowpan_is_ipv6(*skb_network_header(skb))) {
|
|
if (lowpan_is_ipv6(*skb_network_header(skb))) {
|
|
|
|
+ /* Pull off the 1-byte of 6lowpan header. */
|
|
|
|
+ skb_pull(skb, 1);
|
|
|
|
+
|
|
/* Copy the packet so that the IPv6 header is
|
|
/* Copy the packet so that the IPv6 header is
|
|
* properly aligned.
|
|
* properly aligned.
|
|
*/
|
|
*/
|