]> git.baikalelectronics.ru Git - kernel.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)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Jun 2013 10:02:32 +0000 (03:02 -0700)
commiteca9bf28be13f77b555b826c56320ce4f48b5cd4
tree57a29570fe3e6f47f845a396564b3bc7553e4387
parent3d975e039735a8a4a3dcd3051fdb94a2141b0888
net: sh_eth: fix incorrect RX length error if R8A7740

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>
drivers/net/ethernet/renesas/sh_eth.c