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)
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>

No differences found