commit | 79ff1db6d9661974186d51c1ef14d1cab521df49 | [log] [tgz] |
---|---|---|
author | alex.bluesman.smirnov@gmail.com <alex.bluesman.smirnov@gmail.com> | Tue Jul 10 21:22:45 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 12 07:54:45 2012 -0700 |
tree | 0df7e86ce570122dd302b1fe2a26cd59afd23621 | |
parent | e885a47a474fe53ed7d952af4b6e9a5cf86d9a07 [diff] |
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>