summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-access-point.c
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-10-27 02:58:32 +0000
committerDan Williams <dcbw@redhat.com>2007-10-27 02:58:32 +0000
commit792b14dec4975258bdf85143408cc78052e7b00c (patch)
tree46347028bd026cf65a6082e864ae338d388896d5 /libnm-glib/nm-access-point.c
parentfb7e6b461a174b900b7b511aef61a2d1a79baf45 (diff)
downloadNetworkManager-792b14dec4975258bdf85143408cc78052e7b00c.tar.gz
2007-10-26 Dan Williams <dcbw@redhat.com>
Patch from Helmut Schaa <hschaa@suse.de> (and more bits from me) * src/NetworkManagerAP.c src/NetworkManagerAP.h libnm-glib/nm-access-point.c libnm-glib/nm-access-point.h - Make 'rate' property a guint32 to better match with WEXT and wpa_supplicant and to allow representation of higher bitrates * src/nm-device-802-11-wireless.c introspection/nm-device-802-11-wireless.xml libnm-glib/nm-device-802-11-wireless.c libnm-glib/nm-device-802-11-wireless.h - Make 'bitrate' property a guint32 to match AP 'rate' property type * src/nm-device-802-3-ethernet.c src/nm-device-802-3-ethernet.h introspection/nm-device-802-3-ethernet.xml libnm-glib/nm-device-802-3-ethernet.c libnm-glib/nm-device-802-3-ethernet.h - Make 'speed' property a guint32 to match other speed/rate types - Make nm_device_802_3_ethernet_get_speed() static * test/nm-tool.c - Update for the changes above git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3030 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'libnm-glib/nm-access-point.c')
-rw-r--r--libnm-glib/nm-access-point.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-glib/nm-access-point.c b/libnm-glib/nm-access-point.c
index 5eace292ab..380248950f 100644
--- a/libnm-glib/nm-access-point.c
+++ b/libnm-glib/nm-access-point.c
@@ -534,7 +534,7 @@ nm_access_point_class_init (NMAccessPointClass *ap_class)
g_param_spec_uint (NM_ACCESS_POINT_RATE,
"Rate",
"Rate",
- 0, G_MAXUINT16, 0,
+ 0, G_MAXUINT32, 0,
G_PARAM_READWRITE));
g_object_class_install_property