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(
unsigned short *pwSuppRate,
unsigned char *pbyTopCCKRate,
unsigned char *pbyTopOFDMRate
);
);
void
RATEvTxRateFallBack(
void *pDeviceHandler,
PKnownNodeDB psNodeDBTable
);
);
unsigned char
RATEuSetIE(
PWLAN_IE_SUPP_RATES pSrcRates,
PWLAN_IE_SUPP_RATES pDstRates,
unsigned int uRateLen
);
);
unsigned short
wGetRateIdx(
unsigned char byRate
);
);
unsigned char
DATARATEbyGetRateIdx(
unsigned char byRate
);
);
#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