diff options
| author | David S. Miller <davem@kernel.bkbits.net> | 2004-02-06 00:57:55 -0800 |
|---|---|---|
| committer | David S. Miller <davem@kernel.bkbits.net> | 2004-02-06 00:57:55 -0800 |
| commit | 39c09b95dabcbdbb7c2e35ad5a9fbf6aaac202a9 (patch) | |
| tree | 128ce6c648fbd3269d0889a7f532c5526f34b646 /include/linux/netdevice.h | |
| parent | d925eab60387b18a46b036d8812c0b2166a70332 (diff) | |
| parent | 7a98480512254fa9e9f029aaeca21be1aeb5fc28 (diff) | |
Merge davem@nuts.davemloft.net:/disk1/BK/net-2.6
into kernel.bkbits.net:/home/davem/net-2.6
Diffstat (limited to 'include/linux/netdevice.h')
| -rw-r--r-- | include/linux/netdevice.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 84b6fd41e2d2..1a77c3caf115 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -375,6 +375,10 @@ struct net_device atomic_t refcnt; /* delayed register/unregister */ struct list_head todo_list; + /* device name hash chain */ + struct hlist_node name_hlist; + /* device index hash chain */ + struct hlist_node index_hlist; /* register/unregister state machine */ enum { NETREG_UNINITIALIZED=0, |
