gsm: fix GSM network mode max value

So that you can actually prefer GSM/EDGE.
This commit is contained in:
Torgny Johansson 2009-07-10 07:58:55 -04:00 committed by Dan Williams
parent fec407b345
commit a736385127

View file

@ -453,7 +453,7 @@ nm_setting_gsm_class_init (NMSettingGsmClass *setting_class)
"Network type",
"Network type",
NM_GSM_NETWORK_ANY,
NM_GSM_NETWORK_PREFER_UMTS_HSPA,
NM_GSM_NETWORK_PREFER_GPRS_EDGE,
NM_GSM_NETWORK_ANY,
G_PARAM_READWRITE | G_PARAM_CONSTRUCT | NM_SETTING_PARAM_SERIALIZE));