commit | 5992208605a1775e3c9fc4d01b266d8640b5afe0 | [log] [tgz] |
---|---|---|
author | Christoph Seitz <christoph.seitz@infineon.com> | Sun Mar 09 22:04:25 2025 +0100 |
committer | Benjamin Cabé <kartben@gmail.com> | Wed Mar 12 02:29:02 2025 +0100 |
tree | 30bcee807b2f60267fc1bbebad56e8f1860cee72 | |
parent | e43246b7561f7820afce3a9b8b18b21d38fa094e [diff] |
net: ethernet: Refactor length check to accommodate VLAN header size The ethernet header size with VLAN tag is 18 bytes, so the length check should accommodate this. Signed-off-by: Christoph Seitz <christoph.seitz@infineon.com>