Update to 3.15-rc2 headers
This commit is contained in:
parent
e4d5edba68
commit
ce3436ca05
|
|
@ -144,6 +144,7 @@ enum {
|
||||||
IFLA_NUM_RX_QUEUES,
|
IFLA_NUM_RX_QUEUES,
|
||||||
IFLA_CARRIER,
|
IFLA_CARRIER,
|
||||||
IFLA_PHYS_PORT_ID,
|
IFLA_PHYS_PORT_ID,
|
||||||
|
IFLA_CARRIER_CHANGES,
|
||||||
__IFLA_MAX
|
__IFLA_MAX
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -49,5 +49,11 @@ enum {
|
||||||
IF_PORT_100BASEFX
|
IF_PORT_100BASEFX
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* hardware address assignment types */
|
||||||
|
#define NET_ADDR_PERM 0 /* address is permanent (default) */
|
||||||
|
#define NET_ADDR_RANDOM 1 /* address is generated randomly */
|
||||||
|
#define NET_ADDR_STOLEN 2 /* address is stolen from other device */
|
||||||
|
#define NET_ADDR_SET 3 /* address is set using
|
||||||
|
* dev_set_mac_address() */
|
||||||
|
|
||||||
#endif /* _LINUX_NETDEVICE_H */
|
#endif /* _LINUX_NETDEVICE_H */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue