Skip to content

Commit fd9af07

Browse files
koueiabedavem330
authored andcommitted
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: Kouei Abe <[email protected]> Signed-off-by: Simon Horman <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 7db8e0c commit fd9af07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/ethernet/renesas/sh_eth.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ static struct sh_eth_cpu_data r8a7790_data = {
416416
.tpauser = 1,
417417
.hw_swap = 1,
418418
.rmiimode = 1,
419+
.shift_rd0 = 1,
419420
};
420421

421422
static void sh_eth_set_rate_sh7724(struct net_device *ndev)

0 commit comments

Comments
 (0)