]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/bcm/IPv6Protocol.c
Staging: bcm: Remove typedef for IPV6AuthenticationHeaderFormatTag and call directly.
[~andy/linux] / drivers / staging / bcm / IPv6Protocol.c
index 4745ddd62f5b335425bb3dc56984b7a87d5b0f71..f3ab390518cf861c9ef33663c913e8879af6b649 100644 (file)
@@ -76,7 +76,7 @@ static UCHAR *GetNextIPV6ChainedHeader(UCHAR **ppucPayload,
                break;
        case IPV6HDR_TYPE_AUTHENTICATION:
                {
-                       IPV6AuthenticationHeader *pstIpv6AuthHdr = (IPV6AuthenticationHeader *)pucPayloadPtr;
+                       struct bcm_ipv6_authentication_hdr *pstIpv6AuthHdr = (struct bcm_ipv6_authentication_hdr *)pucPayloadPtr;
                        int nHdrLen = pstIpv6AuthHdr->ucLength;
                        BCM_DEBUG_PRINT(Adapter, DBG_TYPE_TX, IPV6_DBG,
                                        DBG_LVL_ALL,