summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/IPv6ProtocolHdr.h
diff options
context:
space:
mode:
authorKevin McKinney <klmckinney1@gmail.com>2012-12-10 21:55:09 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-07 10:49:02 -0800
commit8f0652c25559e6757a0258aa241a23c187494d5e (patch)
tree964d1294fdf1b950814cd0a1b067f7ed0b4da404 /drivers/staging/bcm/IPv6ProtocolHdr.h
parent17d7fd271a13b72a0fe452c4a7992c65dc479b23 (diff)
downloadlinux-8f0652c25559e6757a0258aa241a23c187494d5e.tar.bz2
Staging: bcm: Remove typedef for IPV6RoutingHeaderFormatTag and call directly.
This patch removes typedef IPV6RoutingHeaderFormatTag, and changes the name of the struct to bcm_ipv6_routing_hdr. In addition, any calls to typedef IPV6RoutingHeader are changed to call the struct directly. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/bcm/IPv6ProtocolHdr.h')
-rw-r--r--drivers/staging/bcm/IPv6ProtocolHdr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/bcm/IPv6ProtocolHdr.h b/drivers/staging/bcm/IPv6ProtocolHdr.h
index d3f471ae5abc..cdcfc34f5d3b 100644
--- a/drivers/staging/bcm/IPv6ProtocolHdr.h
+++ b/drivers/staging/bcm/IPv6ProtocolHdr.h
@@ -31,13 +31,13 @@ typedef struct IPV6HeaderFormatTag {
unsigned long ulDestIpAddress[4];
} IPV6Header;
-typedef struct IPV6RoutingHeaderFormatTag {
+struct bcm_ipv6_routing_hdr {
unsigned char ucNextHeader;
unsigned char ucRoutingType;
unsigned char ucNumAddresses;
unsigned char ucNextAddress;
unsigned long ulReserved;
-} IPV6RoutingHeader;
+};
struct bcm_ipv6_fragment_hdr {
unsigned char ucNextHeader;