mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-06 07:58:00 +02:00
core: belatedly remove "hw-address" property #defines
This commit is contained in:
parent
1d8ab72a60
commit
e3bd3278e9
10 changed files with 0 additions and 10 deletions
|
|
@ -40,7 +40,6 @@ typedef enum {
|
|||
NM_BOND_ERROR_CONNECTION_INCOMPATIBLE, /*< nick=ConnectionIncompatible >*/
|
||||
} NMBondError;
|
||||
|
||||
#define NM_DEVICE_BOND_HW_ADDRESS "hw-address"
|
||||
#define NM_DEVICE_BOND_CARRIER "carrier"
|
||||
#define NM_DEVICE_BOND_SLAVES "slaves"
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,6 @@ typedef enum {
|
|||
NM_BRIDGE_ERROR_CONNECTION_INCOMPATIBLE, /*< nick=ConnectionIncompatible >*/
|
||||
} NMBridgeError;
|
||||
|
||||
#define NM_DEVICE_BRIDGE_HW_ADDRESS "hw-address"
|
||||
#define NM_DEVICE_BRIDGE_CARRIER "carrier"
|
||||
#define NM_DEVICE_BRIDGE_SLAVES "slaves"
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ typedef enum {
|
|||
NM_BT_ERROR_CONNECTION_INCOMPATIBLE, /*< nick=ConnectionIncompatible >*/
|
||||
} NMBtError;
|
||||
|
||||
#define NM_DEVICE_BT_HW_ADDRESS "hw-address"
|
||||
#define NM_DEVICE_BT_NAME "name"
|
||||
#define NM_DEVICE_BT_CAPABILITIES "bt-capabilities"
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,6 @@ typedef enum
|
|||
NM_ETHERNET_ERROR_CONNECTION_INCOMPATIBLE, /*< nick=ConnectionIncompatible >*/
|
||||
} NMEthernetError;
|
||||
|
||||
#define NM_DEVICE_ETHERNET_HW_ADDRESS "hw-address"
|
||||
#define NM_DEVICE_ETHERNET_PERMANENT_HW_ADDRESS "perm-hw-address"
|
||||
#define NM_DEVICE_ETHERNET_SPEED "speed"
|
||||
#define NM_DEVICE_ETHERNET_CARRIER "carrier"
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@ typedef enum
|
|||
NM_DEVICE_GENERIC_ERROR_CONNECTION_INCOMPATIBLE, /*< nick=ConnectionIncompatible >*/
|
||||
} NMDeviceGenericError;
|
||||
|
||||
#define NM_DEVICE_GENERIC_HW_ADDRESS "hw-address"
|
||||
#define NM_DEVICE_GENERIC_TYPE_DESCRIPTION "type-description"
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
|
|
@ -40,7 +40,6 @@ typedef enum {
|
|||
NM_INFINIBAND_ERROR_CONNECTION_INCOMPATIBLE, /*< nick=ConnectionIncompatible >*/
|
||||
} NMInfinibandError;
|
||||
|
||||
#define NM_DEVICE_INFINIBAND_HW_ADDRESS "hw-address"
|
||||
#define NM_DEVICE_INFINIBAND_CARRIER "carrier"
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
|
|
@ -49,7 +49,6 @@ typedef enum
|
|||
NM_OLPC_MESH_ERROR_CONNECTION_INCOMPATIBLE, /*< nick=ConnectionIncompatible >*/
|
||||
} NMOlpcMeshError;
|
||||
|
||||
#define NM_DEVICE_OLPC_MESH_HW_ADDRESS "hw-address"
|
||||
#define NM_DEVICE_OLPC_MESH_COMPANION "companion"
|
||||
#define NM_DEVICE_OLPC_MESH_BITRATE "bitrate"
|
||||
#define NM_DEVICE_OLPC_MESH_ACTIVE_CHANNEL "active-channel"
|
||||
|
|
|
|||
|
|
@ -40,7 +40,6 @@ typedef enum {
|
|||
NM_VLAN_ERROR_CONNECTION_INCOMPATIBLE, /*< nick=ConnectionIncompatible >*/
|
||||
} NMVlanError;
|
||||
|
||||
#define NM_DEVICE_VLAN_HW_ADDRESS "hw-address"
|
||||
#define NM_DEVICE_VLAN_CARRIER "carrier"
|
||||
#define NM_DEVICE_VLAN_ID "vlan-id"
|
||||
|
||||
|
|
|
|||
|
|
@ -51,7 +51,6 @@ typedef enum {
|
|||
NM_WIFI_ERROR_ADHOC_MODE_UNSUPPORTED, /*< nick=AdhocModeUnsupported >*/
|
||||
} NMWifiError;
|
||||
|
||||
#define NM_DEVICE_WIFI_HW_ADDRESS "hw-address"
|
||||
#define NM_DEVICE_WIFI_PERMANENT_HW_ADDRESS "perm-hw-address"
|
||||
#define NM_DEVICE_WIFI_MODE "mode"
|
||||
#define NM_DEVICE_WIFI_BITRATE "bitrate"
|
||||
|
|
|
|||
|
|
@ -43,7 +43,6 @@ typedef enum
|
|||
NM_WIMAX_ERROR_NSP_NOT_FOUND, /*< nick=NspNotFound >*/
|
||||
} NMWimaxError;
|
||||
|
||||
#define NM_DEVICE_WIMAX_HW_ADDRESS "hw-address"
|
||||
#define NM_DEVICE_WIMAX_ACTIVE_NSP "active-nsp"
|
||||
#define NM_DEVICE_WIMAX_CENTER_FREQUENCY "center-frequency"
|
||||
#define NM_DEVICE_WIMAX_RSSI "rssi"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue