projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33017e2
)
sh_eth: enable wake-on-lan for sh7734
author
Niklas Söderlund
<
[email protected]
>
Mon, 9 Jan 2017 15:34:08 +0000
(16:34 +0100)
committer
David S. Miller
<
[email protected]
>
Mon, 9 Jan 2017 20:55:08 +0000
(15:55 -0500)
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]
>
drivers/net/ethernet/renesas/sh_eth.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/renesas/sh_eth.c
b/drivers/net/ethernet/renesas/sh_eth.c
index 5700d0b7003974924d917dee29e9387dfe31f918..4fdaa0400e4ac6ecb00e4184433225df665facdc 100644
(file)
--- a/
drivers/net/ethernet/renesas/sh_eth.c
+++ b/
drivers/net/ethernet/renesas/sh_eth.c
@@
-817,6
+817,7
@@
static struct sh_eth_cpu_data sh7734_data = {
.tsu = 1,
.hw_checksum = 1,
.select_mii = 1,
+ .magic = 1,
};
/* SH7763 */