summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrib/netcfg-auto-wireless1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/netcfg-auto-wireless b/contrib/netcfg-auto-wireless
index e4cf869..5660dcd 100755
--- a/contrib/netcfg-auto-wireless
+++ b/contrib/netcfg-auto-wireless
@@ -14,6 +14,7 @@ wifi_auto()
INTERFACE=$1; RETRIES=6
stat_busy "Scanning for networks"
+ ifconfig $INTERFACE up
networks="$(list_networks $INTERFACE)"
if [[ ! "$networks" ]]; then