commit | 5601bb9da56602a4faa387c9cc6b1bb929393de5 | [log] [tgz] |
---|---|---|
author | Kevin McKinney <klmckinney1@gmail.com> | Mon Dec 10 21:55:05 2012 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jan 07 10:49:02 2013 -0800 |
tree | ec1d66968a0641ebbcb8e345217bbbb295a3ced7 | |
parent | ceebf54d2edd1706ad3493f705ac7526fbbe55b4 [diff] |
Staging: bcm: Remove typedef for IPV6AuthenticationHeaderFormatTag and call directly. This patch removes typedef for IPV6AuthenticationHeaderFormatTag, and changes the name of the struct to bcm_ipv6_authentication_hdr In addition, any calls to typedef IPV6AuthenticationHeader, are changed to call the struct directly. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>