Merge branch 'jayofelony:master' into master

This commit is contained in:
João Henriques
2024-04-26 16:16:11 +01:00
committed by GitHub
3 changed files with 1 additions and 3 deletions

View File

@ -32,7 +32,6 @@ start_monitor_interface() {
ifconfig wlan0 down ifconfig wlan0 down
ifconfig wlan0mon up ifconfig wlan0mon up
iw dev wlan0mon set power_save off iw dev wlan0mon set power_save off
iw dev wlan0 del
} }
# stops mon0 # stops mon0

View File

@ -26,7 +26,6 @@ start_monitor_interface() {
ifconfig wlan0 down ifconfig wlan0 down
ifconfig wlan0mon up ifconfig wlan0mon up
iw dev wlan0mon set power_save off iw dev wlan0mon set power_save off
iw dev wlan0 del
} }
# stops mon0 # stops mon0

View File

@ -1 +1 @@
__version__ = '2.9.1' __version__ = '2.9.1.2'