summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-ethernet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/nm-device-ethernet.c')
-rw-r--r--src/devices/nm-device-ethernet.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/devices/nm-device-ethernet.c b/src/devices/nm-device-ethernet.c
index f6dc70d4eb..9d29a0e228 100644
--- a/src/devices/nm-device-ethernet.c
+++ b/src/devices/nm-device-ethernet.c
@@ -60,6 +60,15 @@ typedef enum {
} DcbWait;
typedef struct _NMDeviceEthernetPrivate {
+ /* s390 */
+ char * subchan1;
+ char * subchan2;
+ char * subchan3;
+ char * subchannels; /* Composite used for checking unmanaged specs */
+ char ** subchannels_dbus; /* Array exported on D-Bus */
+ char * s390_nettype;
+ GHashTable * s390_options;
+
guint32 speed;
gulong carrier_id;
@@ -77,15 +86,6 @@ typedef struct _NMDeviceEthernetPrivate {
guint supplicant_timeout_id;
- /* s390 */
- char * subchan1;
- char * subchan2;
- char * subchan3;
- char * subchannels; /* Composite used for checking unmanaged specs */
- char ** subchannels_dbus; /* Array exported on D-Bus */
- char * s390_nettype;
- GHashTable * s390_options;
-
NMActRequestGetSecretsCallId *wired_secrets_id;
/* PPPoE */