From a918aa0c2fcf7254a9c79ddd8b0715ce886f1512 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 15 Oct 2023 06:52:41 +0000 Subject: [PATCH] sxmo: suspend: dont wake on ARP unless absolutely necessary it *should* be handled by the WiFi chip's ARP offload --- hosts/modules/gui/sxmo/hooks/sxmo_suspend.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/modules/gui/sxmo/hooks/sxmo_suspend.sh b/hosts/modules/gui/sxmo/hooks/sxmo_suspend.sh index 144657e2..c85f441a 100755 --- a/hosts/modules/gui/sxmo/hooks/sxmo_suspend.sh +++ b/hosts/modules/gui/sxmo/hooks/sxmo_suspend.sh @@ -36,7 +36,7 @@ doas rtl8723cs-wowlan tcp --dest-port 22 --dest-ip SELF # wake on notification (ntfy/Universal Push) doas rtl8723cs-wowlan tcp --source-port 2587 --dest-ip SELF # wake if someone doesn't know how to route to us, because that could obstruct the above -doas rtl8723cs-wowlan arp --dest-ip SELF +# doas rtl8723cs-wowlan arp --dest-ip SELF # specifically wake upon ARP request via the broadcast address. # should in theory by covered by the above (TODO: remove this!), but for now hopefully helps wake-on-lan be more reliable? doas rtl8723cs-wowlan arp --dest-ip SELF --dest-mac ff:ff:ff:ff:ff:ff