mirror of
https://github.com/torvalds/linux.git
synced 2025-11-07 20:19:47 +02:00
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:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| via-rhine.c | ||
| via-velocity.c | ||
| via-velocity.h | ||