commit | 41ab6c4891ed4cdd855ae569924acb1da424a614 | [log] [tgz] |
---|---|---|
author | Antonio Quartulli <ordex@autistici.org> | Tue Apr 02 22:28:44 2013 +0200 |
committer | Antonio Quartulli <ordex@autistici.org> | Wed May 29 02:44:54 2013 +0200 |
tree | 073d8ba7befde0fb1965f0562f63dfb598d8210d | |
parent | 3abe4adbfb293e37d2d6f4fe22366534dc2675d9 [diff] |
batman-adv: don't deal with NET_IP_ALIGN manually Instead of dealing with NET_IP_ALIGN during allocation and headroom reservation, it is possible to use netdev_alloc_skb_ip_align() which transparently allocate and reserve the correct amount of data Signed-off-by: Antonio Quartulli <ordex@autistici.org> Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>