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

staging:vt6655:card: 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 e1c77579
This diff is collapsed.
...@@ -120,77 +120,77 @@ bool CARDbSetBSSID(void *pDeviceHandler, unsigned char *pbyBSSID, CARD_OP_MODE e ...@@ -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__
......
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