diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-04-03 03:07:18 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-04-03 03:07:18 +0000 |
commit | 6b418410c2a25df79efd69879c0de5a4524e1f8c (patch) | |
tree | 30060f4e7559119f7fa7dbc441d0ea834dba24d3 /lib/network | |
parent | c3498113bdcbde38fe247d17bbeb98febcd928f9 (diff) | |
download | drakx-net-6b418410c2a25df79efd69879c0de5a4524e1f8c.tar drakx-net-6b418410c2a25df79efd69879c0de5a4524e1f8c.tar.gz drakx-net-6b418410c2a25df79efd69879c0de5a4524e1f8c.tar.bz2 drakx-net-6b418410c2a25df79efd69879c0de5a4524e1f8c.tar.xz drakx-net-6b418410c2a25df79efd69879c0de5a4524e1f8c.zip |
move comment
Diffstat (limited to 'lib/network')
-rw-r--r-- | lib/network/connection/wireless.pm | 6 |
1 files changed, 3 insertions, 3 deletions
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 = ( |