diff options
Diffstat (limited to 'include/linux/netdevice.h')
| -rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 6835b5837f93..c5031a45e185 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
| @@ -64,6 +64,8 @@ struct wireless_dev; | |||
| 64 | #define NET_ADDR_PERM 0 /* address is permanent (default) */ | 64 | #define NET_ADDR_PERM 0 /* address is permanent (default) */ |
| 65 | #define NET_ADDR_RANDOM 1 /* address is generated randomly */ | 65 | #define NET_ADDR_RANDOM 1 /* address is generated randomly */ |
| 66 | #define NET_ADDR_STOLEN 2 /* address is stolen from other device */ | 66 | #define NET_ADDR_STOLEN 2 /* address is stolen from other device */ |
| 67 | #define NET_ADDR_SET 3 /* address is set using | ||
| 68 | * dev_set_mac_address() */ | ||
| 67 | 69 | ||
| 68 | /* Backlog congestion levels */ | 70 | /* Backlog congestion levels */ |
| 69 | #define NET_RX_SUCCESS 0 /* keep 'em coming, baby */ | 71 | #define NET_RX_SUCCESS 0 /* keep 'em coming, baby */ |
