summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/hornet/wifi2
-rwxr-xr-xbin/set-mac2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/hornet/wifi b/bin/hornet/wifi
index 38c70ee..14eba23 100755
--- a/bin/hornet/wifi
+++ b/bin/hornet/wifi
@@ -2,7 +2,7 @@
set -eu
set -o pipefail
-DEV=wlp3s0
+DEV=wlp0s20f3
OPEN=open
if [ -z "${1:-}" ]; then
diff --git a/bin/set-mac b/bin/set-mac
index 2ac367b..986d333 100755
--- a/bin/set-mac
+++ b/bin/set-mac
@@ -2,7 +2,7 @@
set -eu
link() {
- sudo ip link set dev wlp3s0 "$@"
+ sudo ip link set dev wlp0s20f3 "$@"
}
link down