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

staging:vt6655:datarate: 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 9aa69c9a
This diff is collapsed.
...@@ -65,31 +65,31 @@ RATEvParseMaxRate( ...@@ -65,31 +65,31 @@ RATEvParseMaxRate(
unsigned short *pwSuppRate, unsigned short *pwSuppRate,
unsigned char *pbyTopCCKRate, unsigned char *pbyTopCCKRate,
unsigned char *pbyTopOFDMRate unsigned char *pbyTopOFDMRate
); );
void void
RATEvTxRateFallBack( RATEvTxRateFallBack(
void *pDeviceHandler, void *pDeviceHandler,
PKnownNodeDB psNodeDBTable PKnownNodeDB psNodeDBTable
); );
unsigned char unsigned char
RATEuSetIE( RATEuSetIE(
PWLAN_IE_SUPP_RATES pSrcRates, PWLAN_IE_SUPP_RATES pSrcRates,
PWLAN_IE_SUPP_RATES pDstRates, PWLAN_IE_SUPP_RATES pDstRates,
unsigned int uRateLen unsigned int uRateLen
); );
unsigned short unsigned short
wGetRateIdx( wGetRateIdx(
unsigned char byRate unsigned char byRate
); );
unsigned char unsigned char
DATARATEbyGetRateIdx( DATARATEbyGetRateIdx(
unsigned char byRate unsigned char byRate
); );
#endif //__DATARATE_H__ #endif //__DATARATE_H__
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