Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 08b34467 authored by Andrej Ota's avatar Andrej Ota Committed by Greg Kroah-Hartman
Browse files

via-rhine: fix VLAN receive handling regression.


[ Upstream commit 5f715c09 ]

Because eth_type_trans() consumes ethernet header worth of bytes, a call
to read TCI from end of packet using rhine_rx_vlan_tag() no longer works
as it's reading from an invalid offset.

Tested to be working on PCEngines Alix board.

Fixes: 810f19bc ("via-rhine: add consistent memory barrier in vlan receive code.")
Signed-off-by: default avatarAndrej Ota <andrej@ota.si>
Acked-by: default avatarFrancois Romieu <romieu@fr.zoreil.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 74fcf054
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment