commit | fbd03513bf36c4e5c2942f436f05c8eb99a3cc9e | [log] [tgz] |
---|---|---|
author | Neil Armstrong <narmstrong@baylibre.com> | Tue Sep 22 11:28:14 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 22 17:37:03 2015 -0700 |
tree | a88bf203884c77423aaada7225424fa4545b58aa | |
parent | 7def0f952eccdd0edb3c504f4dab35ee0d3aba1f [diff] |
net: dsa: Fix Marvell Egress Trailer check The Marvell Egress rx trailer check must be fixed to correctly detect bad bits in the third byte of the Eggress trailer as described in the Table 28 of the 88E6060 datasheet. The current code incorrectly omits to check the third byte and checks the fourth byte twice. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Acked-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: David S. Miller <davem@davemloft.net>