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:
159c2a9
)
sh_eth: enable wake-on-lan for sh7763
author
Niklas Söderlund
<
[email protected]
>
Mon, 9 Jan 2017 15:34:09 +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 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]
>
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 4fdaa0400e4ac6ecb00e4184433225df665facdc..45a7a6ba76449513369440a88198e8a52cd77849 100644
(file)
--- a/
drivers/net/ethernet/renesas/sh_eth.c
+++ b/
drivers/net/ethernet/renesas/sh_eth.c
@@
-845,6
+845,7
@@
static struct sh_eth_cpu_data sh7763_data = {
.no_ade = 1,
.tsu = 1,
.irq_flags = IRQF_SHARED,
+ .magic = 1,
};
static struct sh_eth_cpu_data sh7619_data = {