tipc: Optimize creation of connection protocol messages
authorAllan Stephens <allan.stephens@windriver.com>
Wed, 1 Jun 2011 20:21:12 +0000 (16:21 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 24 Jun 2011 20:18:18 +0000 (16:18 -0400)
Simplifies the creation of connection protocol messages by eliminating
the passing of information that is no longer required, is constant,
or is contained within the port structure that is issuing the message.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/port.c

diff --cc net/tipc/port.c
Simple merge