diff options
Diffstat (limited to 'net/hsr/hsr_netlink.h')
-rw-r--r-- | net/hsr/hsr_netlink.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/hsr/hsr_netlink.h b/net/hsr/hsr_netlink.h index d4579dcc3c7d..3047f9cea5f5 100644 --- a/net/hsr/hsr_netlink.h +++ b/net/hsr/hsr_netlink.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* Copyright 2011-2013 Autronica Fire and Security AS | 1 | /* Copyright 2011-2014 Autronica Fire and Security AS |
2 | * | 2 | * |
3 | * This program is free software; you can redistribute it and/or modify it | 3 | * This program is free software; you can redistribute it and/or modify it |
4 | * under the terms of the GNU General Public License as published by the Free | 4 | * under the terms of the GNU General Public License as published by the Free |
@@ -6,7 +6,7 @@ | |||
6 | * any later version. | 6 | * any later version. |
7 | * | 7 | * |
8 | * Author(s): | 8 | * Author(s): |
9 | * 2011-2013 Arvid Brodin, arvid.brodin@xdin.com | 9 | * 2011-2014 Arvid Brodin, arvid.brodin@alten.se |
10 | */ | 10 | */ |
11 | 11 | ||
12 | #ifndef __HSR_NETLINK_H | 12 | #ifndef __HSR_NETLINK_H |
@@ -21,9 +21,9 @@ struct hsr_priv; | |||
21 | int __init hsr_netlink_init(void); | 21 | int __init hsr_netlink_init(void); |
22 | void __exit hsr_netlink_exit(void); | 22 | void __exit hsr_netlink_exit(void); |
23 | 23 | ||
24 | void hsr_nl_ringerror(struct hsr_priv *hsr_priv, unsigned char addr[ETH_ALEN], | 24 | void hsr_nl_ringerror(struct hsr_priv *hsr, unsigned char addr[ETH_ALEN], |
25 | int dev_idx); | 25 | int dev_idx); |
26 | void hsr_nl_nodedown(struct hsr_priv *hsr_priv, unsigned char addr[ETH_ALEN]); | 26 | void hsr_nl_nodedown(struct hsr_priv *hsr, unsigned char addr[ETH_ALEN]); |
27 | void hsr_nl_framedrop(int dropcount, int dev_idx); | 27 | void hsr_nl_framedrop(int dropcount, int dev_idx); |
28 | void hsr_nl_linkdown(int dev_idx); | 28 | void hsr_nl_linkdown(int dev_idx); |
29 | 29 | ||