Turn off power saving

Fixes #113
This commit is contained in:
oblique 2015-10-17 17:11:19 +03:00
parent 84b7ae8d26
commit ecb3088c7e

View File

@ -1416,6 +1416,10 @@ if [[ "$SHARE_METHOD" == "bridge" ]]; then
fi
fi
if [[ $USE_IWCONFIG -eq 0 ]]; then
iw dev ${WIFI_IFACE} set power_save off
fi
if [[ $NO_VIRT -eq 0 ]]; then
VWIFI_IFACE=$(alloc_new_iface ap)