mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 13:10:11 +01:00
2007-12-22 Dan Williams <dcbw@redhat.com>
* libnm-util/nm-setting-wireless.c - (nm_setting_wireless_class_init): add missing 'rate' property specification git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3184 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
33600b2ee6
commit
7be989b38e
2 changed files with 14 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2007-12-22 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* libnm-util/nm-setting-wireless.c
|
||||
- (nm_setting_wireless_class_init): add missing 'rate' property
|
||||
specification
|
||||
|
||||
2007-12-18 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
Base the NMNetlinkMonitor class on libnl instead of hand-rolled netlink.
|
||||
|
|
|
|||
|
|
@ -466,6 +466,14 @@ nm_setting_wireless_class_init (NMSettingWirelessClass *setting_class)
|
|||
DBUS_TYPE_G_UCHAR_ARRAY,
|
||||
G_PARAM_READWRITE | NM_SETTING_PARAM_SERIALIZE));
|
||||
|
||||
g_object_class_install_property
|
||||
(object_class, PROP_RATE,
|
||||
g_param_spec_uint (NM_SETTING_WIRELESS_RATE,
|
||||
"Rate",
|
||||
"Rate",
|
||||
0, G_MAXUINT32, 0,
|
||||
G_PARAM_READWRITE | NM_SETTING_PARAM_SERIALIZE));
|
||||
|
||||
g_object_class_install_property
|
||||
(object_class, PROP_TX_POWER,
|
||||
g_param_spec_uint (NM_SETTING_WIRELESS_TX_POWER,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue