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:
@@ -70,13 +70,20 @@ typedef enum NMState
|
||||
*/
|
||||
typedef enum NMDeviceType
|
||||
{
|
||||
DEVICE_TYPE_UNKNOWN = 0,
|
||||
DEVICE_TYPE_802_3_ETHERNET,
|
||||
DEVICE_TYPE_802_11_WIRELESS,
|
||||
DEVICE_TYPE_GSM,
|
||||
DEVICE_TYPE_CDMA
|
||||
NM_DEVICE_TYPE_UNKNOWN = 0,
|
||||
NM_DEVICE_TYPE_ETHERNET,
|
||||
NM_DEVICE_TYPE_WIFI,
|
||||
NM_DEVICE_TYPE_GSM,
|
||||
NM_DEVICE_TYPE_CDMA
|
||||
} NMDeviceType;
|
||||
|
||||
/* DEPRECATED TYPE NAMES */
|
||||
#define DEVICE_TYPE_UNKNOWN NM_DEVICE_TYPE_UNKNOWN
|
||||
#define DEVICE_TYPE_802_3_ETHERNET NM_DEVICE_TYPE_ETHERNET
|
||||
#define DEVICE_TYPE_802_11_WIRELESS NM_DEVICE_TYPE_WIFI
|
||||
#define DEVICE_TYPE_GSM NM_DEVICE_TYPE_GSM
|
||||
#define DEVICE_TYPE_CDMA NM_DEVICE_TYPE_CDMA
|
||||
|
||||
|
||||
/*
|
||||
* General device capability bits
|
||||
|
Reference in New Issue
Block a user