commit | 19c0f40d4fca3a47b8f784a627f0467f0138ccc8 | [log] [tgz] |
---|---|---|
author | hayeswang <hayeswang@realtek.com> | Wed Jan 11 16:25:34 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 11 16:08:57 2017 -0500 |
tree | 267f3c162dcda68859917954fafad4074c31ec5b | |
parent | ba836a6f5ab1243ff5e08a941a2d1de8b31244e1 [diff] |
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>