summaryrefslogtreecommitdiff
path: root/src/devices/nm-device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/nm-device.h')
-rw-r--r--src/devices/nm-device.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/nm-device.h b/src/devices/nm-device.h
index 85b1f419d0..7fcb768a5b 100644
--- a/src/devices/nm-device.h
+++ b/src/devices/nm-device.h
@@ -102,9 +102,9 @@ typedef struct {
NMDeviceStateReason reason);
/* Hardware state (IFF_UP) */
- gboolean (*hw_is_up) (NMDevice *self);
- gboolean (*hw_bring_up) (NMDevice *self, gboolean *no_firmware);
- void (*hw_take_down) (NMDevice *self);
+ gboolean (*is_up) (NMDevice *self);
+ gboolean (*bring_up) (NMDevice *self, gboolean *no_firmware);
+ void (*take_down) (NMDevice *self);
/* Carrier state (IFF_LOWER_UP) */
void (*carrier_changed) (NMDevice *, gboolean carrier);