Skip to content

Commit 267e1d5

Browse files
Niklas Söderlunddavem330
authored andcommitted
sh_eth: enable wake-on-lan for sh7763
This is based on public datasheet for sh7763 which shows it has the same behavior and registers for WoL as other versions of sh_eth. Signed-off-by: Niklas Söderlund <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 159c2a9 commit 267e1d5

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
@@ -845,6 +845,7 @@ static struct sh_eth_cpu_data sh7763_data = {
845845
.no_ade = 1,
846846
.tsu = 1,
847847
.irq_flags = IRQF_SHARED,
848+
.magic = 1,
848849
};
849850

850851
static struct sh_eth_cpu_data sh7619_data = {

0 commit comments

Comments
 (0)