aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/eth_media.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/eth_media.c')
-rw-r--r--net/tipc/eth_media.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/tipc/eth_media.c b/net/tipc/eth_media.c
index cb507c4b7e6e..1f8d83b9c8b4 100644
--- a/net/tipc/eth_media.c
+++ b/net/tipc/eth_media.c
@@ -238,13 +238,13 @@ static char *eth_addr2str(struct tipc_media_addr *a, char *str_buf, int str_size
238} 238}
239 239
240/** 240/**
241 * eth_media_start - activate Ethernet bearer support 241 * tipc_eth_media_start - activate Ethernet bearer support
242 * 242 *
243 * Register Ethernet media type with TIPC bearer code. Also register 243 * Register Ethernet media type with TIPC bearer code. Also register
244 * with OS for notifications about device state changes. 244 * with OS for notifications about device state changes.
245 */ 245 */
246 246
247int eth_media_start(void) 247int tipc_eth_media_start(void)
248{ 248{
249 struct tipc_media_addr bcast_addr; 249 struct tipc_media_addr bcast_addr;
250 int res; 250 int res;
@@ -271,10 +271,10 @@ int eth_media_start(void)
271} 271}
272 272
273/** 273/**
274 * eth_media_stop - deactivate Ethernet bearer support 274 * tipc_eth_media_stop - deactivate Ethernet bearer support
275 */ 275 */
276 276
277void eth_media_stop(void) 277void tipc_eth_media_stop(void)
278{ 278{
279 int i; 279 int i;
280 280