X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=config%2Fcfgroot%2Fnetwork-functions.pl;fp=config%2Fcfgroot%2Fnetwork-functions.pl;h=b7a840559ccd5ec52a4cf918065538690a2c32ed;hp=2f704dfbfe5efe889680d72ece0299e8f8fb65ac;hb=f3e3cb371dc3a279b30510eb56c263b3d2a093ce;hpb=17ee1f135f67b91fe0d57189a2f2b57186e4c81e diff --git a/config/cfgroot/network-functions.pl b/config/cfgroot/network-functions.pl index 2f704dfbfe..b7a840559c 100644 --- a/config/cfgroot/network-functions.pl +++ b/config/cfgroot/network-functions.pl @@ -360,7 +360,7 @@ sub _get_wireless_status($) { my $intf = shift; if (!$wireless_status{$intf}) { - $wireless_status{$intf} = `iwconfig $intf`; + $wireless_status{$intf} = &General::system_output("iwconfig", "$intf"); } return $wireless_status{$intf};