diff options
author | Allan Stephens <Allan.Stephens@windriver.com> | 2011-01-25 14:39:59 -0500 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-02-23 18:05:22 -0500 |
commit | 2e07dda1659095115e5e36a2fed0fddc1e3ea1c8 (patch) | |
tree | 718f50cde6b29067f011744ed994addb21b2bb0e /net/tipc/msg.c | |
parent | 741de3e9ff6e07e908e1cad2eb03e29677fde093 (diff) |
tipc: Remove unused message header field for requested number of links
Eliminates support for the "number of requested links" field in a neighbor
discovery message. This field was never used and has been removed from
the TIPC 2.0 protocol specification.
Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'net/tipc/msg.c')
-rw-r--r-- | net/tipc/msg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tipc/msg.c b/net/tipc/msg.c index e56b9b87547d..0787e12423b8 100644 --- a/net/tipc/msg.c +++ b/net/tipc/msg.c | |||
@@ -390,7 +390,6 @@ void tipc_msg_dbg(struct print_buf *buf, struct tipc_msg *msg, const char *str) | |||
390 | if (msg_user(msg) == LINK_CONFIG) { | 390 | if (msg_user(msg) == LINK_CONFIG) { |
391 | u32 *raw = (u32 *)msg; | 391 | u32 *raw = (u32 *)msg; |
392 | struct tipc_media_addr *orig = (struct tipc_media_addr *)&raw[5]; | 392 | struct tipc_media_addr *orig = (struct tipc_media_addr *)&raw[5]; |
393 | tipc_printf(buf, ":REQL(%u):", msg_req_links(msg)); | ||
394 | tipc_printf(buf, ":DDOM(%x):", msg_dest_domain(msg)); | 393 | tipc_printf(buf, ":DDOM(%x):", msg_dest_domain(msg)); |
395 | tipc_printf(buf, ":NETID(%u):", msg_bc_netid(msg)); | 394 | tipc_printf(buf, ":NETID(%u):", msg_bc_netid(msg)); |
396 | tipc_media_addr_printf(buf, orig); | 395 | tipc_media_addr_printf(buf, orig); |