From: Antonio Quartulli Date: Tue, 2 Apr 2013 20:28:44 +0000 (+0200) Subject: batman-adv: don't deal with NET_IP_ALIGN manually X-Git-Tag: v3.11-rc1~16^2~267^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41ab6c4891ed4cdd855ae569924acb1da424a614;p=pandora-kernel.git 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 Signed-off-by: Marek Lindner --- Reading git-diff-tree failed