From 31e6dcdb82e218b7ba1eb35c26261043d215b559 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Sun, 26 Sep 2004 12:27:40 +0000 Subject: (ConnectNow) specify device to iwconfig when applying settings (partial fix for #11279) --- perl-install/standalone/drakroam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakroam') diff --git a/perl-install/standalone/drakroam b/perl-install/standalone/drakroam index 5e7d36a33..bdb25e61c 100755 --- a/perl-install/standalone/drakroam +++ b/perl-install/standalone/drakroam @@ -350,7 +350,7 @@ sub SetInterval() { sub ConnectNow { my ($row) = @_; my @command = ""; - push @command, "$IWConfig essid $KnownList->{data}[$row][0] "; + push @command, "$IWConfig $device essid $KnownList->{data}[$row][0] "; if ($KnownList->{data}[$row][1]) { push @command, "mode $KnownList->{data}[$row][1] "; } -- cgit v1.2.1