diff options
Diffstat (limited to 'net/bridge/br_private.h')
-rw-r--r-- | net/bridge/br_private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/bridge/br_private.h b/net/bridge/br_private.h index 2c249486476f..7ad53c2aa684 100644 --- a/net/bridge/br_private.h +++ b/net/bridge/br_private.h | |||
@@ -27,6 +27,8 @@ | |||
27 | #define BR_PORT_BITS 10 | 27 | #define BR_PORT_BITS 10 |
28 | #define BR_MAX_PORTS (1<<BR_PORT_BITS) | 28 | #define BR_MAX_PORTS (1<<BR_PORT_BITS) |
29 | 29 | ||
30 | #define BR_PORT_DEBOUNCE (HZ/10) | ||
31 | |||
30 | typedef struct bridge_id bridge_id; | 32 | typedef struct bridge_id bridge_id; |
31 | typedef struct mac_addr mac_addr; | 33 | typedef struct mac_addr mac_addr; |
32 | typedef __u16 port_id; | 34 | typedef __u16 port_id; |
@@ -78,6 +80,7 @@ struct net_bridge_port | |||
78 | struct timer_list hold_timer; | 80 | struct timer_list hold_timer; |
79 | struct timer_list message_age_timer; | 81 | struct timer_list message_age_timer; |
80 | struct kobject kobj; | 82 | struct kobject kobj; |
83 | struct work_struct carrier_check; | ||
81 | struct rcu_head rcu; | 84 | struct rcu_head rcu; |
82 | }; | 85 | }; |
83 | 86 | ||