From 4997f3a7b48c41f6b4a78e11210106037545ddc2 Mon Sep 17 00:00:00 2001 From: James Rayner Date: Sun, 6 Jan 2008 15:15:42 +1100 Subject: Added "automatic wireless" support and sort of 'cleaned' up rc.d/net-profiles --- contrib/netcfg-auto-wireless | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/netcfg-auto-wireless b/contrib/netcfg-auto-wireless index 036cd12..11cf05f 100755 --- a/contrib/netcfg-auto-wireless +++ b/contrib/netcfg-auto-wireless @@ -19,7 +19,7 @@ wifi_auto() if [[ -n "$profile" ]]; then break # If we found a profile, use it. fi - done < "$(list_networks $IFACE)" + done < "$(list_networks $INTERFACE)" # If there's a profile, connect, else fail. if [[ -n "$profile" ]]; then -- cgit v1.2.3-24-g4f1b