summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmac.sh6
-rwxr-xr-xreset-module.sh1
2 files changed, 2 insertions, 5 deletions
diff --git a/mac.sh b/mac.sh
index 2c55a50..cac984b 100755
--- a/mac.sh
+++ b/mac.sh
@@ -2,16 +2,12 @@ if [[ $UID != 0 ]]; then
echo "You must be root."
exit -1
fi
-if [[ $# -ne 1 ]]; then
- echo "You must provide a mac address you'd like to change to."
- exit -1
-fi
/etc/init.d/dhcpcd stop
/etc/init.d/wpa_supplicant stop
ifconfig wlan0 down
-macchanger -m $1 wlan0
+macchanger -r wlan0
ifconfig wlan0 up
/etc/init.d/dhcpcd start
diff --git a/reset-module.sh b/reset-module.sh
index 8f114be..a9e0220 100755
--- a/reset-module.sh
+++ b/reset-module.sh
@@ -11,6 +11,7 @@ ifconfig wlan0 down
rmmod iwldvm
rmmod iwlwifi
modprobe iwlwifi
+sleep 1
iwconfig wlan0 power on
ifconfig wlan0 up