Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd9af07c authored by Kouei Abe's avatar Kouei Abe Committed by David S. Miller
Browse files

sh_eth: Enable Rx descriptor word 0 shift for r8a7790



This corrects an oversight when r8a7790 support was added to sh_eth.

Signed-off-by: default avatarKouei Abe <kouei.abe.cp@renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7db8e0c1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -416,6 +416,7 @@ static struct sh_eth_cpu_data r8a7790_data = {
	.tpauser	= 1,
	.hw_swap	= 1,
	.rmiimode	= 1,
	.shift_rd0	= 1,
};

static void sh_eth_set_rate_sh7724(struct net_device *ndev)