]> git.baikalelectronics.ru Git - kernel.git/commit
r8152: fix the sw rx checksum is unavailable
authorhayeswang <hayeswang@realtek.com>
Wed, 11 Jan 2017 08:25:34 +0000 (16:25 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Jan 2017 21:08:57 +0000 (16:08 -0500)
commit67f1f80491c60e16dd2adc333a679bf420e6c9f7
tree267f3c162dcda68859917954fafad4074c31ec5b
parent250b1a10409f7de4572b792d6973ad8e5087eeaf
r8152: fix the sw rx checksum is unavailable

Fix the hw rx checksum is always enabled, and the user couldn't switch
it to sw rx checksum.

Note that the RTL_VER_01 only support sw rx checksum only. Besides,
the hw rx checksum for RTL_VER_02 is disabled after
commit 0ea83a34a6cf ("r8152: Fix broken RX checksums."). Re-enable it.

Signed-off-by: Hayes Wang <hayeswang@realtek.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/r8152.c