api: fix API break due to WiMAX merge

Yeah, we broke API with 0.9, but this one was just pointless.
This commit is contained in:
Dan Williams 2011-02-14 11:50:37 -06:00
parent 6fb021d5ea
commit 5beb18ad09

View file

@ -85,8 +85,8 @@ typedef enum NMDeviceType
NM_DEVICE_TYPE_GSM,
NM_DEVICE_TYPE_CDMA,
NM_DEVICE_TYPE_BT, /* Bluetooth */
NM_DEVICE_TYPE_WIMAX,
NM_DEVICE_TYPE_OLPC_MESH
NM_DEVICE_TYPE_OLPC_MESH,
NM_DEVICE_TYPE_WIMAX
} NMDeviceType;
/* DEPRECATED TYPE NAMES */