Skip to content

Commit 159c2a9

Browse files
Niklas Söderlunddavem330
authored andcommitted
sh_eth: enable wake-on-lan for sh7734
This is based on public datasheet for sh7734 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 33017e2 commit 159c2a9

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
@@ -817,6 +817,7 @@ static struct sh_eth_cpu_data sh7734_data = {
817817
.tsu = 1,
818818
.hw_checksum = 1,
819819
.select_mii = 1,
820+
.magic = 1,
820821
};
821822

822823
/* SH7763 */

0 commit comments

Comments
 (0)