2008-06-10 Dan Williams <dcbw@redhat.com>

The grand 802-3-ethernet rename.  Get rid of the 802-3/8023/802_3 bits.



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3741 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams
2008-06-10 15:54:23 +00:00
parent 6919b29f11
commit 2b00116361
43 changed files with 363 additions and 376 deletions

View File

@@ -40,7 +40,7 @@
#include "nm-device-interface.h"
#include "nm-device.h"
#include "nm-device-802-11-wireless.h"
#include "nm-device-802-3-ethernet.h"
#include "nm-device-ethernet.h"
#include "nm-gsm-device.h"
#include "nm-cdma-device.h"
#include "nm-dbus-manager.h"
@@ -108,7 +108,7 @@ get_device_priority (NMDevice *dev)
if (NM_IS_DEVICE_802_11_WIRELESS (dev))
return 4;
if (NM_IS_DEVICE_802_3_ETHERNET (dev))
if (NM_IS_DEVICE_ETHERNET (dev))
return 5;
return 1;