]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: sh_eth: fix incorrect RX length error if R8A7740
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Thu, 13 Jun 2013 01:15:45 +0000 (10:15 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Jun 2013 17:39:07 +0000 (10:39 -0700)
commit1017d77dc87e2444bb58416725621d5413d03047
treeb1515d0658d7689e4b557bded9919566e41a3102
parentcbeb69e0d16302877d2a44ab2311dcc733269db9
net: sh_eth: fix incorrect RX length error if R8A7740

[ Upstream commit dd019897358b815f7828dab90b51d51df4d3658d ]

This patch fixes an issue that the driver increments the "RX length error"
on every buffer in sh_eth_rx() if the R8A7740.
This patch also adds a description about the Receive Frame Status bits.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/renesas/sh_eth.c