mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 00:38:07 +02:00
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:
parent
6fb021d5ea
commit
5beb18ad09
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue