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
bool
CARDbPowerDown(
void *pDeviceHandler
);
);
bool CARDbSetTxDataRate(
void *pDeviceHandler,
unsigned short wDataRate
);
);
bool CARDbRemoveKey (void *pDeviceHandler, unsigned char *pbyBSSID);
bool CARDbRemoveKey(void *pDeviceHandler, unsigned char *pbyBSSID);
bool
CARDbAdd_PMKID_Candidate (
CARDbAdd_PMKID_Candidate(
void *pDeviceHandler,
unsigned char *pbyBSSID,
bool bRSNCapExist,
unsigned short wRSNCap
);
);
void *
CARDpGetCurrentAddress (
CARDpGetCurrentAddress(
void *pDeviceHandler
);
);
bool
CARDbStartMeasure (
CARDbStartMeasure(
void *pDeviceHandler,
void *pvMeasureEIDs,
unsigned int uNumOfMeasureEIDs
);
);
bool
CARDbChannelSwitch (
CARDbChannelSwitch(
void *pDeviceHandler,
unsigned char byMode,
unsigned char byNewChannel,
unsigned char byCount
);
);
bool
CARDbSetQuiet (
CARDbSetQuiet(
void *pDeviceHandler,
bool bResetQuiet,
unsigned char byQuietCount,
unsigned char byQuietPeriod,
unsigned short wQuietDuration,
unsigned short wQuietOffset
);
);
bool
CARDbStartQuiet (
CARDbStartQuiet(
void *pDeviceHandler
);
);
void
CARDvSetPowerConstraint (
CARDvSetPowerConstraint(
void *pDeviceHandler,
unsigned char byChannel,
char byPower
);
);
void
CARDvGetPowerCapability (
CARDvGetPowerCapability(
void *pDeviceHandler,
unsigned char *pbyMinPower,
unsigned char *pbyMaxPower
);
);
char
CARDbyGetTransmitPower (
CARDbyGetTransmitPower(
void *pDeviceHandler
);
);
#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