]> Pileus Git - ~andy/linux/commit
6lowpan: get extra headroom in allocated frame
authoralex.bluesman.smirnov@gmail.com <alex.bluesman.smirnov@gmail.com>
Tue, 10 Jul 2012 21:22:45 +0000 (21:22 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Jul 2012 14:54:45 +0000 (07:54 -0700)
commit79ff1db6d9661974186d51c1ef14d1cab521df49
tree0df7e86ce570122dd302b1fe2a26cd59afd23621
parente885a47a474fe53ed7d952af4b6e9a5cf86d9a07
6lowpan: get extra headroom in allocated frame

Use netdev_alloc_skb_ip_align() instead of alloc_skb() to get some
extra headroom in case we need to forward this frame in a tunnel or
something else.

Signed-off-by: Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ieee802154/6lowpan.c