]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
sh_eth: Enable Rx descriptor word 0 shift for r8a7790
authorKouei Abe <kouei.abe.cp@renesas.com>
Fri, 30 Aug 2013 03:41:08 +0000 (12:41 +0900)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Sep 2013 02:02:33 +0000 (22:02 -0400)
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>
drivers/net/ethernet/renesas/sh_eth.c

index 60ec0f754b83c80064212766587b1ab30172469a..474c8a86a2af7ed4ae10bb875666127dabfaccfc 100644 (file)
@@ -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)