diff options
Diffstat (limited to 'net/tipc/bearer.h')
-rw-r--r-- | net/tipc/bearer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/bearer.h b/net/tipc/bearer.h index 255dea64f7bd..adebdaf0d07b 100644 --- a/net/tipc/bearer.h +++ b/net/tipc/bearer.h | |||
@@ -167,7 +167,7 @@ void tipc_recv_msg(struct sk_buff *buf, struct tipc_bearer *tb_ptr); | |||
167 | int tipc_block_bearer(const char *name); | 167 | int tipc_block_bearer(const char *name); |
168 | void tipc_continue(struct tipc_bearer *tb_ptr); | 168 | void tipc_continue(struct tipc_bearer *tb_ptr); |
169 | 169 | ||
170 | int tipc_enable_bearer(const char *bearer_name, u32 bcast_scope, u32 priority); | 170 | int tipc_enable_bearer(const char *bearer_name, u32 disc_domain, u32 priority); |
171 | int tipc_disable_bearer(const char *name); | 171 | int tipc_disable_bearer(const char *name); |
172 | 172 | ||
173 | /* | 173 | /* |