aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/tipc/eth_media.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/tipc/eth_media.c b/net/tipc/eth_media.c
index b64661904e0d..3ecb1006a42d 100644
--- a/net/tipc/eth_media.c
+++ b/net/tipc/eth_media.c
@@ -254,7 +254,9 @@ int tipc_eth_media_start(void)
254 if (eth_started) 254 if (eth_started)
255 return -EINVAL; 255 return -EINVAL;
256 256
257 memset(&bcast_addr, 0xff, sizeof(bcast_addr)); 257 bcast_addr.type = htonl(TIPC_MEDIA_TYPE_ETH);
258 memset(&bcast_addr.dev_addr, 0xff, ETH_ALEN);
259
258 memset(eth_bearers, 0, sizeof(eth_bearers)); 260 memset(eth_bearers, 0, sizeof(eth_bearers));
259 261
260 res = tipc_register_media(TIPC_MEDIA_TYPE_ETH, "eth", 262 res = tipc_register_media(TIPC_MEDIA_TYPE_ETH, "eth",