Skip to content
Commit 207d6e87 authored by Raimonds Cicans's avatar Raimonds Cicans Committed by David S. Miller
Browse files

r8169: Fix card drop incoming VLAN tagged MTU byte large jumbo frames

r8169 card drop incoming VLAN tagged MTU byte large jumbo frames

It looks to compare current and maximal packet sizes hardware use
'<' operator, not '<='.

Bug introduced by commit fdd7b4c3


("r8169: fix crash when large packets are received")

Signed-off-by: default avatarRaimonds Cicans <ray@apollo.lv>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 18eb0893
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment