From: Linus Lüssing Date: Sun, 19 Jan 2014 21:22:46 +0000 (+0100) Subject: batman-adv: remove obsolete skb_reset_mac_header() in batadv_bla_tx() X-Git-Tag: v3.15-rc1~113^2~107^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e88b617d84b53170f0781cc0756019c5b1855890;p=pandora-kernel.git batman-adv: remove obsolete skb_reset_mac_header() in batadv_bla_tx() Our .ndo_start_xmit handler (batadv_interface_tx()) can rely on having the skb mac header pointer set correctly since the following commit present in kernels >= 3.9: "net: reset mac header in dev_start_xmit()" (6d1ccff627) Therefore this commit removes the according, now redundant, skb_reset_mac_header() call in batadv_bla_tx(). Signed-off-by: Linus Lüssing Signed-off-by: Marek Lindner Signed-off-by: Antonio Quartulli --- Reading git-diff-tree failed