commit | 16c3f8b04c13a722aa82110bb982fe71f1d58918 | [log] [tgz] |
---|---|---|
author | Kevin McKinney <klmckinney1@gmail.com> | Sat Dec 22 14:27:47 2012 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jan 07 10:56:45 2013 -0800 |
tree | 77583360f344f7cbb91484cb632e2970eab3dcbe | |
parent | 57b49adaf1b10f45440b22487ca2027c0cb0a6c8 [diff] |
Staging: bcm: Remove typedef for _TCP_HEADER and call directly. This patch removes typedef for _TCP_HEADER, and changes the name of the struct to bcm_tcp_header. In addition, any calls to struct "TCP_HEADER, or *PTCP_HEADER" are changed to call directly. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>