From 54353dc0276a47bf8f065f405661858ec01113c8 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 2 Oct 2008 17:54:02 +0000 Subject: drop wpa_cli reconfigure code, useless since wpa_supplicant is shut down right after --- lib/network/connection/wireless.pm | 9 --------- 1 file changed, 9 deletions(-) (limited to 'lib') diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm index f46b677..4653b79 100644 --- a/lib/network/connection/wireless.pm +++ b/lib/network/connection/wireless.pm @@ -696,15 +696,6 @@ sub network_is_configured { } } -sub prepare_connection { - my ($self) = @_; - if ($self->{control}{roaming}) { - #- this should be handled by the monitoring daemon instead - run_program::run('/usr/sbin/wpa_cli', 'reconfigure'); - sleep 2; - } -} - sub connect { my ($self, $_in, $net) = @_; -- cgit v1.2.1