summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugeni Dodonov <eugeni@mandriva.org>2009-05-04 13:41:44 +0000
committerEugeni Dodonov <eugeni@mandriva.org>2009-05-04 13:41:44 +0000
commit330806c782f8e63768a28d3091b67845d0f395d8 (patch)
tree867cfaee9cbfa0458f0f08840d5b2a6ad37eae93
parenta6d04947e2733da9ecd86949bebe5a55ae5267f8 (diff)
downloaddrakx-net-330806c782f8e63768a28d3091b67845d0f395d8.tar
drakx-net-330806c782f8e63768a28d3091b67845d0f395d8.tar.gz
drakx-net-330806c782f8e63768a28d3091b67845d0f395d8.tar.bz2
drakx-net-330806c782f8e63768a28d3091b67845d0f395d8.tar.xz
drakx-net-330806c782f8e63768a28d3091b67845d0f395d8.zip
Added Cingluar provider (#48849).
-rw-r--r--NEWS1
-rw-r--r--lib/network/connection/providers/cellular.pm3
2 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e553d1b..cf0fd4c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
- cellular backend:
+ o added Cingular connection provider (#48849).
o properly detecting Sierra Wireless card (#48849).
- drakfirewall:
o added support for AVAHI/mDNS ports (#50541).
diff --git a/lib/network/connection/providers/cellular.pm b/lib/network/connection/providers/cellular.pm
index 1288115..79f757c 100644
--- a/lib/network/connection/providers/cellular.pm
+++ b/lib/network/connection/providers/cellular.pm
@@ -175,6 +175,9 @@ our %data = (
login => "mobileweb",
password => "password",
},
+ N("United States") . "|Cingular" => {
+ apn => "isp.cingular",
+ },
);
1;