From 84f666b16c56d8059c283df8ce39f7fc6f63281a Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Sun, 26 Aug 2007 20:29:12 +0000 Subject: [PATCH] Fix up device type git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2735 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- src/nm-device-802-3-ethernet.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nm-device-802-3-ethernet.c b/src/nm-device-802-3-ethernet.c index 2bcc602fae..f043635dd3 100644 --- a/src/nm-device-802-3-ethernet.c +++ b/src/nm-device-802-3-ethernet.c @@ -67,7 +67,7 @@ static gboolean supports_ethtool_carrier_detect (NMDevice8023Ethernet *dev); static void supplicant_iface_state_cb (NMSupplicantInterface * iface, guint32 new_state, guint32 old_state, - NMDevice80211Wireless *self); + NMDevice8023Ethernet *self); static void @@ -434,7 +434,7 @@ static void supplicant_iface_state_cb (NMSupplicantInterface * iface, guint32 new_state, guint32 old_state, - NMDevice80211Wireless *self) + NMDevice8023Ethernet *self) { g_return_if_fail (self != NULL);