tipc: Avoid pointless masking of fragmented message identifier
authorAllan Stephens <allan.stephens@windriver.com>
Sun, 17 Apr 2011 15:44:24 +0000 (11:44 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 10 May 2011 20:03:48 +0000 (16:03 -0400)
commite0f085964cac97a3a9e47741365ef6a03e500873
tree95db5962a1c12e78398065c3c5c3bf0ac91f746e
parent670c54083aa6e0eeefda1c4b307a91679b577664
tipc: Avoid pointless masking of fragmented message identifier

Eliminates code that restricts a link's counter of its fragmented
messages to a 16-bit value, since the counter value is automatically
restricted to this range when it is written into the message header.

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