batman-adv: fix batman-adv header overhead calculation
authorMarek Lindner <mareklindner@neomailbox.ch>
Wed, 15 Jan 2014 12:31:18 +0000 (20:31 +0800)
committerAntonio Quartulli <antonio@meshcoding.com>
Wed, 15 Jan 2014 22:54:20 +0000 (23:54 +0100)
commit1df0cbd509bc21b0c331358c1f9d9a6fc94bada8
tree1171d5209120678f170b8170658af18452bfe23a
parent51bb352f15595f2dee42b599680809de3d08999d
batman-adv: fix batman-adv header overhead calculation

Batman-adv prepends a full ethernet header in addition to its own
header. This has to be reflected in the MTU calculation, especially
since the value is used to set dev->hard_header_len.

Introduced by 411d6ed93a5d0601980d3e5ce75de07c98e3a7de
("batman-adv: consider network coding overhead when calculating required mtu")

Reported-by: cmsv <cmsv@wirelesspt.net>
Reported-by: Martin Hundebøll <martin@hundeboll.net>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
net/batman-adv/main.c