summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-private.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2013-06-13 15:13:58 -0500
committerDan Williams <dcbw@redhat.com>2013-06-14 13:45:39 -0500
commitcf1d2f81f2436d3ae152445229ce9493f5df5110 (patch)
treee708210174629cf82fb508f6d7d00d341798d9aa /src/devices/nm-device-private.h
parent4d4a99beaa49b8d9c374f09aee2631e72402c503 (diff)
downloadNetworkManager-cf1d2f81f2436d3ae152445229ce9493f5df5110.tar.gz
core: rename nm_device_hw_* to nm_device_*
Now that we only have one set of is_up/bring_up/take_down functions lets rename the _hw_ variants.
Diffstat (limited to 'src/devices/nm-device-private.h')
-rw-r--r--src/devices/nm-device-private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/nm-device-private.h b/src/devices/nm-device-private.h
index 4c5393a196..d5b906f741 100644
--- a/src/devices/nm-device-private.h
+++ b/src/devices/nm-device-private.h
@@ -48,9 +48,9 @@ gboolean nm_device_activate_stage3_ip4_start (NMDevice *self);
gboolean nm_device_activate_stage3_ip6_start (NMDevice *self);
-gboolean nm_device_hw_bring_up (NMDevice *self, gboolean wait, gboolean *no_firmware);
+gboolean nm_device_bring_up (NMDevice *self, gboolean wait, gboolean *no_firmware);
-void nm_device_hw_take_down (NMDevice *self, gboolean block);
+void nm_device_take_down (NMDevice *self, gboolean block);
gboolean nm_device_update_hw_address (NMDevice *self);