]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/bcm/IPv6ProtocolHdr.h
Staging: bcm: Remove typedef for IPV6AuthenticationHeaderFormatTag and call directly.
[~andy/linux] / drivers / staging / bcm / IPv6ProtocolHdr.h
index 4ab3a6d37bb62323757f1dc4709ab4b561b95b89..1c49119cc477c7f0516850f5d260cc65ae9618a8 100644 (file)
@@ -58,12 +58,12 @@ typedef struct IPV6HopByHopOptionsHeaderFormatTag {
        unsigned long ulJumboPayloadLen;
 } IPV6HopByHopOptionsHeader;
 
-typedef struct IPV6AuthenticationHeaderFormatTag {
+struct bcm_ipv6_authentication_hdr {
        unsigned char  ucNextHeader;
        unsigned char  ucLength;
        unsigned short usReserved;
        unsigned long  ulSecurityParametersIndex;
-} IPV6AuthenticationHeader;
+};
 
 enum bcm_ipaddr_context {
        eSrcIpAddress,