staging:vt6655:card: Whitespace cleanups

Neatening only.
git diff -w shows no differences.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Joe Perches 2013-03-18 10:44:40 -07:00 committed by Greg Kroah-Hartman
parent e1c7757938
commit d4945f09dd
2 changed files with 1377 additions and 1377 deletions

File diff suppressed because it is too large Load diff

View file

@ -120,77 +120,77 @@ bool CARDbSetBSSID(void *pDeviceHandler, unsigned char *pbyBSSID, CARD_OP_MODE e
bool bool
CARDbPowerDown( CARDbPowerDown(
void *pDeviceHandler void *pDeviceHandler
); );
bool CARDbSetTxDataRate( bool CARDbSetTxDataRate(
void *pDeviceHandler, void *pDeviceHandler,
unsigned short wDataRate unsigned short wDataRate
); );
bool CARDbRemoveKey (void *pDeviceHandler, unsigned char *pbyBSSID); bool CARDbRemoveKey(void *pDeviceHandler, unsigned char *pbyBSSID);
bool bool
CARDbAdd_PMKID_Candidate ( CARDbAdd_PMKID_Candidate(
void *pDeviceHandler, void *pDeviceHandler,
unsigned char *pbyBSSID, unsigned char *pbyBSSID,
bool bRSNCapExist, bool bRSNCapExist,
unsigned short wRSNCap unsigned short wRSNCap
); );
void * void *
CARDpGetCurrentAddress ( CARDpGetCurrentAddress(
void *pDeviceHandler void *pDeviceHandler
); );
bool bool
CARDbStartMeasure ( CARDbStartMeasure(
void *pDeviceHandler, void *pDeviceHandler,
void *pvMeasureEIDs, void *pvMeasureEIDs,
unsigned int uNumOfMeasureEIDs unsigned int uNumOfMeasureEIDs
); );
bool bool
CARDbChannelSwitch ( CARDbChannelSwitch(
void *pDeviceHandler, void *pDeviceHandler,
unsigned char byMode, unsigned char byMode,
unsigned char byNewChannel, unsigned char byNewChannel,
unsigned char byCount unsigned char byCount
); );
bool bool
CARDbSetQuiet ( CARDbSetQuiet(
void *pDeviceHandler, void *pDeviceHandler,
bool bResetQuiet, bool bResetQuiet,
unsigned char byQuietCount, unsigned char byQuietCount,
unsigned char byQuietPeriod, unsigned char byQuietPeriod,
unsigned short wQuietDuration, unsigned short wQuietDuration,
unsigned short wQuietOffset unsigned short wQuietOffset
); );
bool bool
CARDbStartQuiet ( CARDbStartQuiet(
void *pDeviceHandler void *pDeviceHandler
); );
void void
CARDvSetPowerConstraint ( CARDvSetPowerConstraint(
void *pDeviceHandler, void *pDeviceHandler,
unsigned char byChannel, unsigned char byChannel,
char byPower char byPower
); );
void void
CARDvGetPowerCapability ( CARDvGetPowerCapability(
void *pDeviceHandler, void *pDeviceHandler,
unsigned char *pbyMinPower, unsigned char *pbyMinPower,
unsigned char *pbyMaxPower unsigned char *pbyMaxPower
); );
char char
CARDbyGetTransmitPower ( CARDbyGetTransmitPower(
void *pDeviceHandler void *pDeviceHandler
); );
#endif // __CARD_H__ #endif // __CARD_H__