diff --git a/create_ap b/create_ap index 87ceb7b..b2bc760 100755 --- a/create_ap +++ b/create_ap @@ -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)