commit | 79fba9f51755c704c0a7d7b7f0df10874dc0a744 | [log] [tgz] |
---|---|---|
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | Mon May 28 23:07:55 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue May 29 17:30:08 2012 -0400 |
tree | 3656226aa2fffe2a81068c77ec07dc1bbb585880 | |
parent | 9dae31009b1a00d926c6fe032d5a88099620adc3 [diff] |
net: sh_eth: fix the rxdesc pointer when rx descriptor empty happens When Receive Descriptor Empty happens, rxdesc pointer of the driver and actual next descriptor of the controller may be mismatch. This patch fixes it. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: David S. Miller <davem@davemloft.net>