On Wednesday, April 03, 2013 04:28:44 Antonio Quartulli wrote:
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
compat stuff: compiled tested only on 2.6.32
bat_iv_ogm.c | 6 +++--- compat.h | 10 ++++++++++ icmp_socket.c | 4 ++-- translation-table.c | 20 ++++++++++---------- vis.c | 12 ++++++------ 5 files changed, 31 insertions(+), 21 deletions(-)
Applied in revision 1cacf96.
Thanks, Marek