This patch replaces "UCHAR" with "unsigned char" in Protocol.h Signed-off-by: Kevin McKinney <klmckinney1@xxxxxxxxx> --- drivers/staging/bcm/Protocol.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/bcm/Protocol.h b/drivers/staging/bcm/Protocol.h index 7070ce6..51d1133 100644 --- a/drivers/staging/bcm/Protocol.h +++ b/drivers/staging/bcm/Protocol.h @@ -41,7 +41,7 @@ typedef struct _S_ETHCS_PKT_INFO { E_NWPKT_IPFRAME_TYPE eNwpktIPFrameType; E_NWPKT_ETHFRAME_TYPE eNwpktEthFrameType; unsigned short usEtherType; - UCHAR ucDSAP; + unsigned char ucDSAP; } S_ETHCS_PKT_INFO, *PS_ETHCS_PKT_INFO; typedef struct _ETH_CS_802_Q_FRAME { @@ -115,8 +115,8 @@ typedef struct _TCP_HEADER { unsigned short usDestPort; unsigned long ulSeqNumber; unsigned long ulAckNumber; - UCHAR HeaderLength; - UCHAR ucFlags; + unsigned char HeaderLength; + unsigned char ucFlags; unsigned short usWindowsSize; unsigned short usChkSum; unsigned short usUrgetPtr; -- 1.7.9.5 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel