summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6655/vntwifi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/vt6655/vntwifi.c')
-rw-r--r--drivers/staging/vt6655/vntwifi.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/drivers/staging/vt6655/vntwifi.c b/drivers/staging/vt6655/vntwifi.c
index 64d43ef..d8f4f8e 100644
--- a/drivers/staging/vt6655/vntwifi.c
+++ b/drivers/staging/vt6655/vntwifi.c
@@ -78,7 +78,6 @@ VNTWIFIvSetOPMode(
pMgmt->eConfigMode = eOPMode;
}
-
/*+
*
* Description:
@@ -183,8 +182,6 @@ VNTWIFIwGetAssocID(
return pMgmt->wCurrAID;
}
-
-
/*+
*
* Description:
@@ -354,8 +351,6 @@ VNTWIFIvSetEncryptionMode(
}
}
-
-
bool
VNTWIFIbConfigPhyMode(
void *pMgmtHandle,
@@ -376,7 +371,6 @@ VNTWIFIbConfigPhyMode(
return true;
}
-
void
VNTWIFIbGetConfigPhyMode(
void *pMgmtHandle,
@@ -405,7 +399,6 @@ VNTWIFIbGetConfigPhyMode(
*
-*/
-
/*+
*
* Description:
@@ -445,9 +438,6 @@ VNTWIFIvQueryBSSList(void *pMgmtHandle, unsigned int *puBSSCount, void **pvFirst
*puBSSCount = uCount;
}
-
-
-
void
VNTWIFIvGetNextBSS(
void *pMgmtHandle,
@@ -472,10 +462,6 @@ VNTWIFIvGetNextBSS(
}
}
-
-
-
-
/*+
*
* Description:
@@ -522,7 +508,6 @@ VNTWIFIvUpdateNodeTxCounter(
return;
}
-
void
VNTWIFIvGetTxRate(
void *pMgmtHandle,
@@ -542,7 +527,6 @@ VNTWIFIvGetTxRate(
PWLAN_IE_SUPP_RATES pSupportRateIEs = NULL;
PWLAN_IE_SUPP_RATES pExtSupportRateIEs = NULL;
-
if ((pMgmt->eCurrMode == WMAC_MODE_IBSS_STA) ||
(pMgmt->eCurrMode == WMAC_MODE_ESS_AP)) {
// Adhoc Tx rate decided from node DB
@@ -567,7 +551,6 @@ VNTWIFIvGetTxRate(
pMgmt->sNodeDBTable[0].abyMACAddr, wTxDataRate);
#endif
-
pSupportRateIEs = (PWLAN_IE_SUPP_RATES) pMgmt->abyCurrSuppRates;
pExtSupportRateIEs = (PWLAN_IE_SUPP_RATES) pMgmt->abyCurrExtSuppRates;
}
@@ -608,18 +591,15 @@ VNTWIFIbyGetKeyCypher(
}
}
-
/*
bool
VNTWIFIbInit(
void *pAdapterHandler,
void **pMgmtHandler
) {
-
PSMgmtObject pMgmt = NULL;
unsigned int ii;
-
pMgmt = (PSMgmtObject)kmalloc(sizeof(SMgmtObject), (int)GFP_ATOMIC);
if (pMgmt == NULL) {
*pMgmtHandler = NULL;
@@ -651,8 +631,6 @@ VNTWIFIbyGetKeyCypher(
}
*/
-
-
bool
VNTWIFIbSetPMKIDCache(
void *pMgmtObject,
@@ -670,8 +648,6 @@ VNTWIFIbSetPMKIDCache(
return true;
}
-
-
unsigned short
VNTWIFIwGetMaxSupportRate(
void *pMgmtObject
@@ -692,7 +668,6 @@ VNTWIFIwGetMaxSupportRate(
}
}
-
void
VNTWIFIvSet11h(
void *pMgmtObject,
@@ -763,7 +738,6 @@ VNTWIFIbMeasureReport(
return true;
}
-
bool
VNTWIFIbChannelSwitch(
void *pMgmtObject,
@@ -800,4 +774,3 @@ VNTWIFIbChannelSwitch(
return true;
}
*/
-