Commit 547f1cff authored by Joe Perches's avatar Joe Perches Committed by Greg Kroah-Hartman

staging:vt6655:rxtx: Whitespace cleanups

Neatening only.
git diff -w shows no differences.
Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3bd1996e
This diff is collapsed.
...@@ -40,19 +40,19 @@ ...@@ -40,19 +40,19 @@
/*--------------------- Export Functions --------------------------*/ /*--------------------- Export Functions --------------------------*/
/* /*
void void
vGenerateMACHeader(PSDevice pDevice, unsigned long dwTxBufferAddr, unsigned char *pbySkbData, vGenerateMACHeader(PSDevice pDevice, unsigned long dwTxBufferAddr, unsigned char *pbySkbData,
unsigned int cbPacketSize, bool bDMA0Used, unsigned int *pcbHeadSize, unsigned int cbPacketSize, bool bDMA0Used, unsigned int *pcbHeadSize,
unsigned int *pcbAppendPayload); unsigned int *pcbAppendPayload);
void void
vProcessRxMACHeader(PSDevice pDevice, unsigned long dwRxBufferAddr, unsigned int cbPacketSize, vProcessRxMACHeader(PSDevice pDevice, unsigned long dwRxBufferAddr, unsigned int cbPacketSize,
bool bIsWEP, unsigned int *pcbHeadSize); bool bIsWEP, unsigned int *pcbHeadSize);
*/ */
void void
vGenerateMACHeader ( vGenerateMACHeader(
PSDevice pDevice, PSDevice pDevice,
unsigned char *pbyBufferAddr, unsigned char *pbyBufferAddr,
unsigned short wDuration, unsigned short wDuration,
...@@ -61,7 +61,7 @@ vGenerateMACHeader ( ...@@ -61,7 +61,7 @@ vGenerateMACHeader (
unsigned short wFragType, unsigned short wFragType,
unsigned int uDMAIdx, unsigned int uDMAIdx,
unsigned int uFragIdx unsigned int uFragIdx
); );
unsigned int unsigned int
...@@ -70,7 +70,7 @@ cbGetFragCount( ...@@ -70,7 +70,7 @@ cbGetFragCount(
PSKeyItem pTransmitKey, PSKeyItem pTransmitKey,
unsigned int cbFrameBodySize, unsigned int cbFrameBodySize,
PSEthernetHeader psEthHeader PSEthernetHeader psEthHeader
); );
void void
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment