From: Patrick McHardy Date: Wed, 17 Apr 2013 06:18:26 +0000 (+0000) Subject: tipc: move bcast_addr from struct tipc_media to struct tipc_bearer X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~94^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aeb89f214cdb4c3d9e43213d52d4c5b0fb93bbb;p=pandora-kernel.git tipc: move bcast_addr from struct tipc_media to struct tipc_bearer Some network protocols, like InfiniBand, don't have a fixed broadcast address but one that depends on the configuration. Move the bcast_addr to struct tipc_bearer and initialize it with the broadcast address of the network device when the bearer is enabled. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed