From 6b418410c2a25df79efd69879c0de5a4524e1f8c Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 3 Apr 2008 03:07:18 +0000 Subject: move comment --- lib/network/connection/wireless.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm index aef2131..bfc70f4 100644 --- a/lib/network/connection/wireless.pm +++ b/lib/network/connection/wireless.pm @@ -5,6 +5,9 @@ use base qw(network::connection::ethernet); use strict; use common; +#- class attributes: +#- network: ID of the selected network + sub get_type_name() { N("Wireless") } sub _get_type_icon() { 'wireless' } sub get_devices { @@ -33,9 +36,6 @@ sub handles_ifcfg { sub get_metric { 35 } -#- class attributes: -#- network: ID of the selected network - my $wpa_supplicant_max_wep_key_len = 32; our %wireless_enc_modes = ( -- cgit v1.2.1