Staging: bcm: Remove typedef for _TCP_HEADER and call directly.
authorKevin McKinney <klmckinney1@gmail.com>
Sat, 22 Dec 2012 19:27:47 +0000 (14:27 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Jan 2013 18:56:45 +0000 (10:56 -0800)
commit16c3f8b04c13a722aa82110bb982fe71f1d58918
tree77583360f344f7cbb91484cb632e2970eab3dcbe
parent57b49adaf1b10f45440b22487ca2027c0cb0a6c8
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>
drivers/staging/bcm/Protocol.h
drivers/staging/bcm/Qos.c