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

staging:vt6655:vntwifi: 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 031d3996
This diff is collapsed.
......@@ -141,82 +141,82 @@ typedef enum tagWMAC_POWER_MODE {
/*--------------------- Export Functions --------------------------*/
void
VNTWIFIvSetIBSSParameter (
VNTWIFIvSetIBSSParameter(
void *pMgmtHandle,
unsigned short wBeaconPeriod,
unsigned short wATIMWindow,
unsigned int uChannel
);
);
void
VNTWIFIvSetOPMode (
VNTWIFIvSetOPMode(
void *pMgmtHandle,
WMAC_CONFIG_MODE eOPMode
);
);
PWLAN_IE_SSID
VNTWIFIpGetCurrentSSID(
void *pMgmtHandle
);
);
unsigned int
VNTWIFIpGetCurrentChannel(
void *pMgmtHandle
);
);
unsigned short
VNTWIFIwGetAssocID (
VNTWIFIwGetAssocID(
void *pMgmtHandle
);
);
unsigned char
VNTWIFIbyGetMaxSupportRate (
VNTWIFIbyGetMaxSupportRate(
PWLAN_IE_SUPP_RATES pSupportRateIEs,
PWLAN_IE_SUPP_RATES pExtSupportRateIEs
);
);
unsigned char
VNTWIFIbyGetACKTxRate (
VNTWIFIbyGetACKTxRate(
unsigned char byRxDataRate,
PWLAN_IE_SUPP_RATES pSupportRateIEs,
PWLAN_IE_SUPP_RATES pExtSupportRateIEs
);
);
void
VNTWIFIvSetAuthenticationMode (
VNTWIFIvSetAuthenticationMode(
void *pMgmtHandle,
WMAC_AUTHENTICATION_MODE eAuthMode
);
);
void
VNTWIFIvSetEncryptionMode (
VNTWIFIvSetEncryptionMode(
void *pMgmtHandle,
WMAC_ENCRYPTION_MODE eEncryptionMode
);
);
bool
VNTWIFIbConfigPhyMode(
void *pMgmtHandle,
CARD_PHY_TYPE ePhyType
);
);
void
VNTWIFIbGetConfigPhyMode(
void *pMgmtHandle,
void *pePhyType
);
);
void
VNTWIFIvQueryBSSList(void *pMgmtHandle, unsigned int *puBSSCount,
void **pvFirstBSS);
void
VNTWIFIvGetNextBSS (
VNTWIFIvGetNextBSS(
void *pMgmtHandle,
void *pvCurrentBSS,
void **pvNextBSS
);
);
......@@ -227,7 +227,7 @@ VNTWIFIvUpdateNodeTxCounter(
bool bTxOk,
unsigned short wRate,
unsigned char *pbyTxFailCount
);
);
void
......@@ -238,47 +238,47 @@ VNTWIFIvGetTxRate(
unsigned char *pbyACKRate,
unsigned char *pbyCCKBasicRate,
unsigned char *pbyOFDMBasicRate
);
);
/*
bool
VNTWIFIbInit(
bool
VNTWIFIbInit(
void *pAdapterHandler,
void **pMgmtHandler
);
);
*/
unsigned char
VNTWIFIbyGetKeyCypher(
void *pMgmtHandle,
bool bGroupKey
);
);
bool
VNTWIFIbSetPMKIDCache (
VNTWIFIbSetPMKIDCache(
void *pMgmtObject,
unsigned long ulCount,
void *pPMKIDInfo
);
);
bool
VNTWIFIbCommandRunning (
VNTWIFIbCommandRunning(
void *pMgmtObject
);
);
unsigned short
VNTWIFIwGetMaxSupportRate(
void *pMgmtObject
);
);
// for 802.11h
void
VNTWIFIvSet11h (
VNTWIFIvSet11h(
void *pMgmtObject,
bool b11hEnable
);
);
bool
VNTWIFIbMeasureReport(
......@@ -289,19 +289,19 @@ VNTWIFIbMeasureReport(
unsigned char byBasicMap,
unsigned char byCCAFraction,
unsigned char *pbyRPIs
);
);
bool
VNTWIFIbChannelSwitch(
void *pMgmtObject,
unsigned char byNewChannel
);
);
/*
bool
VNTWIFIbRadarPresent(
bool
VNTWIFIbRadarPresent(
void *pMgmtObject,
unsigned char byChannel
);
);
*/
#endif //__VNTWIFI_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