mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
linux: lan78xx: disable wol
This commit is contained in:
parent
3f9e38fcd9
commit
5f14189985
@ -0,0 +1,14 @@
|
|||||||
|
diff --git a/drivers/net/usb/lan78xx.c b/drivers/net/usb/lan78xx.c
|
||||||
|
index b99a7fb..89d496c 100644
|
||||||
|
--- a/drivers/net/usb/lan78xx.c
|
||||||
|
+++ b/drivers/net/usb/lan78xx.c
|
||||||
|
@@ -1602,7 +1602,7 @@ static const struct ethtool_ops lan78xx_ethtool_ops = {
|
||||||
|
.get_sset_count = lan78xx_get_sset_count,
|
||||||
|
.get_strings = lan78xx_get_strings,
|
||||||
|
.get_wol = lan78xx_get_wol,
|
||||||
|
- .set_wol = lan78xx_set_wol,
|
||||||
|
+// .set_wol = lan78xx_set_wol,
|
||||||
|
.get_eee = lan78xx_get_eee,
|
||||||
|
.set_eee = lan78xx_set_eee,
|
||||||
|
.get_pauseparam = lan78xx_get_pause,
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user