diff options
author | 2013-10-09 14:59:08 +0200 | |
---|---|---|
committer | 2013-10-09 14:59:08 +0200 | |
commit | e10d2fda7d2513578a656719358451521e2476c1 (patch) | |
tree | 12cd2fb55eb359bf5ebf521c05628797449c3d77 /reset-module.sh | |
parent | Modernize scripts. (diff) | |
download | wifi-monitoring-scripts-master.tar.xz wifi-monitoring-scripts-master.zip |
Diffstat (limited to 'reset-module.sh')
-rwxr-xr-x | reset-module.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |