diff options
Diffstat (limited to 'net/tipc/bearer.h')
-rw-r--r-- | net/tipc/bearer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/tipc/bearer.h b/net/tipc/bearer.h index adebdaf0d07b..305b378d0e14 100644 --- a/net/tipc/bearer.h +++ b/net/tipc/bearer.h | |||
@@ -105,7 +105,6 @@ struct media { | |||
105 | * @name: bearer name (format = media:interface) | 105 | * @name: bearer name (format = media:interface) |
106 | * @media: ptr to media structure associated with bearer | 106 | * @media: ptr to media structure associated with bearer |
107 | * @priority: default link priority for bearer | 107 | * @priority: default link priority for bearer |
108 | * @detect_scope: network address mask used during automatic link creation | ||
109 | * @identity: array index of this bearer within TIPC bearer array | 108 | * @identity: array index of this bearer within TIPC bearer array |
110 | * @link_req: ptr to (optional) structure making periodic link setup requests | 109 | * @link_req: ptr to (optional) structure making periodic link setup requests |
111 | * @links: list of non-congested links associated with bearer | 110 | * @links: list of non-congested links associated with bearer |
@@ -128,7 +127,6 @@ struct tipc_bearer { | |||
128 | spinlock_t lock; | 127 | spinlock_t lock; |
129 | struct media *media; | 128 | struct media *media; |
130 | u32 priority; | 129 | u32 priority; |
131 | u32 detect_scope; | ||
132 | u32 identity; | 130 | u32 identity; |
133 | struct link_req *link_req; | 131 | struct link_req *link_req; |
134 | struct list_head links; | 132 | struct list_head links; |