From: Antonio Quartulli Date: Mon, 23 Dec 2013 20:43:39 +0000 (+0100) Subject: batman-adv: fix vlan header access X-Git-Tag: v3.13-rc7~13^2~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b1e2cb3594df80446dc33bb8e12230da11f38ff;p=pandora-kernel.git batman-adv: fix vlan header access When batadv_get_vid() is invoked in interface_rx() the batman-adv header has already been removed, therefore the header_len argument has to be 0. Introduced by c018ad3de61a1dc4194879a53e5559e094aa7b1a ("batman-adv: add the VLAN ID attribute to the TT entry") Signed-off-by: Antonio Quartulli Signed-off-by: Marek Lindner --- Reading git-diff-tree failed