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)
commit19c0f40d4fca3a47b8f784a627f0467f0138ccc8
tree267f3c162dcda68859917954fafad4074c31ec5b
parentba836a6f5ab1243ff5e08a941a2d1de8b31244e1
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 b9a321b48af4 ("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