diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 4ed952c17fc7..24e88b33a06c 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -1432,13 +1432,14 @@ enum netdev_priv_flags { | |||
1432 | 1432 | ||
1433 | /** | 1433 | /** |
1434 | * struct net_device - The DEVICE structure. | 1434 | * struct net_device - The DEVICE structure. |
1435 | * Actually, this whole structure is a big mistake. It mixes I/O | 1435 | * |
1436 | * data with strictly "high-level" data, and it has to know about | 1436 | * Actually, this whole structure is a big mistake. It mixes I/O |
1437 | * almost every data structure used in the INET module. | 1437 | * data with strictly "high-level" data, and it has to know about |
1438 | * almost every data structure used in the INET module. | ||
1438 | * | 1439 | * |
1439 | * @name: This is the first field of the "visible" part of this structure | 1440 | * @name: This is the first field of the "visible" part of this structure |
1440 | * (i.e. as seen by users in the "Space.c" file). It is the name | 1441 | * (i.e. as seen by users in the "Space.c" file). It is the name |
1441 | * of the interface. | 1442 | * of the interface. |
1442 | * | 1443 | * |
1443 | * @name_hlist: Device name hash chain, please keep it close to name[] | 1444 | * @name_hlist: Device name hash chain, please keep it close to name[] |
1444 | * @ifalias: SNMP alias | 1445 | * @ifalias: SNMP alias |