6lowpan: use netdev_alloc_skb instead dev_alloc_skb
authorAlexander Aring <alex.aring@gmail.com>
Mon, 28 Oct 2013 09:24:18 +0000 (10:24 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Oct 2013 23:47:51 +0000 (19:47 -0400)
commitb614442f3442122a3460d947005d172ba2e35899
treedc38afecd1db66f01337548082bec8e3f583b55d
parent53cb5717b491332df8e899a16246c223f64d069a
6lowpan: use netdev_alloc_skb instead dev_alloc_skb

This patch uses the netdev_alloc_skb instead dev_alloc_skb function and
drops the seperate assignment to skb->dev.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Reviewed-by: Werner Almesberger <werner@almesberger.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ieee802154/6lowpan.c