diff options
author | Linus Lüssing <linus.luessing@web.de> | 2014-01-19 21:22:46 (GMT) |
---|---|---|
committer | Antonio Quartulli <antonio@meshcoding.com> | 2014-03-22 07:50:26 (GMT) |
commit | e88b617d84b53170f0781cc0756019c5b1855890 (patch) | |
tree | f930946e3e2bcb16dae1be0a0ddedde4780f3471 /net/llc/llc_proc.c | |
parent | 927c2ed7e5879a96759aadda94404d516ce9fb42 (diff) | |
download | linux-e88b617d84b53170f0781cc0756019c5b1855890.tar.xz |
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 <linus.luessing@web.de>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
Diffstat (limited to 'net/llc/llc_proc.c')
0 files changed, 0 insertions, 0 deletions