From: Niklas Söderlund Date: Mon, 9 Jan 2017 15:34:07 +0000 (+0100) Subject: sh_eth: enable wake-on-lan for r8a7740/armadillo X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=33017e240f489b6353e33f2630f2c5cbd2ad1d13;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git sh_eth: enable wake-on-lan for r8a7740/armadillo Geert Uytterhoeven reported WoL worked on his Armadillo board. Signed-off-by: Niklas Söderlund Tested-by: Geert Uytterhoeven Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/renesas/sh_eth.c b/drivers/net/ethernet/renesas/sh_eth.c index 55274398b957..5700d0b70039 100644 --- a/drivers/net/ethernet/renesas/sh_eth.c +++ b/drivers/net/ethernet/renesas/sh_eth.c @@ -576,6 +576,7 @@ static struct sh_eth_cpu_data r8a7740_data = { .hw_checksum = 1, .tsu = 1, .select_mii = 1, + .magic = 1, }; /* There is CPU dependent code */