ipv6: Use correct data types for ICMPv6 type and code
authorBrian Haley <brian.haley@hp.com>
Tue, 23 Jun 2009 11:31:07 +0000 (04:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Jun 2009 11:31:07 +0000 (04:31 -0700)
Change all the code that deals directly with ICMPv6 type and code
values to use u8 instead of a signed int as that's the actual data
type.

Signed-off-by: Brian Haley <brian.haley@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found