From a361ccd31db20b1043ab0baa792e4e73871e06e5 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 4 Jan 2011 16:37:33 -0600 Subject: [PATCH] libnm-glib: add hissing hw-address property for WiMAX devices --- libnm-glib/nm-device-wimax.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/libnm-glib/nm-device-wimax.c b/libnm-glib/nm-device-wimax.c index 4d43dc8c0e..bc9d6a088b 100644 --- a/libnm-glib/nm-device-wimax.c +++ b/libnm-glib/nm-device-wimax.c @@ -517,6 +517,19 @@ nm_device_wimax_class_init (NMDeviceWimaxClass *wimax_class) /* properties */ + /** + * NMDeviceWimax:hw-address: + * + * The hardware (MAC) address of the device. + **/ + g_object_class_install_property + (object_class, PROP_HW_ADDRESS, + g_param_spec_string (NM_DEVICE_WIMAX_HW_ADDRESS, + "MAC Address", + "Hardware MAC address", + NULL, + G_PARAM_READABLE)); + /** * NMDeviceWimax:active-nsp: *