Skip to content

Commit

Permalink
sh_eth: Enable Rx descriptor word 0 shift for r8a7790
Browse files Browse the repository at this point in the history
This corrects an oversight when r8a7790 support was added to sh_eth.

Signed-off-by: Kouei Abe <kouei.abe.cp@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Kouei Abe authored and David S. Miller committed Sep 4, 2013
1 parent 7db8e0c commit fd9af07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/ethernet/renesas/sh_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fd9af07

Please sign in to comment.