git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55883fd
)
batman-adv: fix vlan header access
author
Antonio Quartulli
<antonio@meshcoding.com>
Mon, 23 Dec 2013 20:43:39 +0000
(21:43 +0100)
committer
Antonio Quartulli
<antonio@meshcoding.com>
Sat, 28 Dec 2013 13:48:40 +0000
(14:48 +0100)
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 <antonio@meshcoding.com>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
No differences found