diff options
author | Veaceslav Falico <vfalico@redhat.com> | 2013-03-25 22:26:21 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-03-26 12:20:29 -0400 |
commit | 76a0e68129d7d24eb995a6871ab47081bbfa0acc (patch) | |
tree | edc6551ffaabeb843d191a39a60b76ff320174e1 /drivers/pwm | |
parent | a79ca223e029aa4f09abb337accf1812c900a800 (diff) | |
download | linux-76a0e68129d7d24eb995a6871ab47081bbfa0acc.tar.bz2 |
pch_gbe: fix ip_summed checksum reporting on rx
skb->ip_summed should be CHECKSUM_UNNECESSARY when the driver reports that
checksums were correct and CHECKSUM_NONE in any other case. They're
currently placed vice versa, which breaks the forwarding scenario. Fix it
by placing them as described above.
Signed-off-by: Veaceslav Falico <vfalico@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/pwm')
0 files changed, 0 insertions, 0 deletions