mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-10 14:00:18 +01:00
Fix up device type
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2735 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
2b768e222a
commit
84f666b16c
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue