sh_eth: fix RX buffer size calculation
authorSergei Shtylyov <[email protected]>
Fri, 23 Oct 2015 21:46:40 +0000 (00:46 +0300)
committerDavid S. Miller <[email protected]>
Tue, 27 Oct 2015 01:32:16 +0000 (18:32 -0700)
commitcb3685958dd4c46d7646d244063ea3ec8adf3618
tree16eda86dd6615678d8a9c9ee6784fabc6d1460e5
parentab8579169b79c062935dade949287113c7c1ba73
sh_eth: fix RX buffer size calculation

The RX buffer size calulation failed to account for the length granularity
(which is now 32 bytes)...

Signed-off-by: Sergei Shtylyov <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/renesas/sh_eth.c