diff options
| author | Steven Whitehouse <steve@gw.chygwyn.com> | 2003-06-04 11:01:48 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2003-06-04 11:01:48 -0700 |
| commit | 599d98aaf02aede5d03f1690a2b5dff2a42d80c0 (patch) | |
| tree | fbe4be8fdf2053444e3ae8508e8d4c95c9f99635 /include/linux | |
| parent | be0b01c455cd08e94a1f702d93014e17a58d2fc1 (diff) | |
[AX25]: Sanitize ax25 netdevice private handling.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/netdevice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index ff568eaf4f3a..d1f54f5930e6 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -333,6 +333,7 @@ struct net_device void *dn_ptr; /* DECnet specific data */ void *ip6_ptr; /* IPv6 specific data */ void *ec_ptr; /* Econet specific data */ + void *ax25_ptr; /* AX.25 specific data */ struct list_head poll_list; /* Link to poll list */ int quota; |
