]> git.baikalelectronics.ru Git - kernel.git/commit
batman-adv: remove obsolete skb_reset_mac_header() in batadv_bla_tx()
authorLinus Lüssing <linus.luessing@web.de>
Sun, 19 Jan 2014 21:22:46 +0000 (22:22 +0100)
committerAntonio Quartulli <antonio@meshcoding.com>
Sat, 22 Mar 2014 07:50:26 +0000 (08:50 +0100)
commitbaac1c7e4c5daf63c18cbfa31de60aec411c1056
treef930946e3e2bcb16dae1be0a0ddedde4780f3471
parent3fef7e8993f10700e354e315005f4c59c59f233a
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()" (b46e316499)

Therefore this commit removes the according, now redundant,
skb_reset_mac_header() call in batadv_bla_tx().

Signed-off-by: Linus Lüssing <linus.luessing@web.de>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
net/batman-adv/bridge_loop_avoidance.c