aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/vt6655/wmgr.c
diff options
context:
space:
mode:
authorCharles Clément <caratorn@gmail.com>2010-05-12 20:54:40 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-14 13:24:41 -0700
commit3cdec5540d622e6b910a1fe91f544630a8ba8099 (patch)
tree3d230fce0f8a71c148a6273b8f14e685b40dfea9 /drivers/staging/vt6655/wmgr.c
parent3a215e0ff4184314f7f1a099354a272ddedff289 (diff)
Staging: vt6655: remove OUT definition
Remove empty OUT definition used to specify output parameters. Signed-off-by: Charles Clément <caratorn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6655/wmgr.c')
-rw-r--r--drivers/staging/vt6655/wmgr.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/drivers/staging/vt6655/wmgr.c b/drivers/staging/vt6655/wmgr.c
index 19a16cae175..60c00fc1f02 100644
--- a/drivers/staging/vt6655/wmgr.c
+++ b/drivers/staging/vt6655/wmgr.c
@@ -312,7 +312,7 @@ s_vMgrSynchBSS (
PSDevice pDevice,
UINT uBSSMode,
PKnownBSS pCurr,
- OUT PCMD_STATUS pStatus
+ PCMD_STATUS pStatus
);
@@ -320,8 +320,8 @@ static BOOL
s_bCipherMatch (
PKnownBSS pBSSNode,
NDIS_802_11_ENCRYPTION_STATUS EncStatus,
- OUT PBYTE pbyCCSPK,
- OUT PBYTE pbyCCSGK
+ PBYTE pbyCCSPK,
+ PBYTE pbyCCSGK
);
static void Encyption_Rebuild(
@@ -464,7 +464,7 @@ void
vMgrAssocBeginSta(
void *hDeviceContext,
PSMgmtObject pMgmt,
- OUT PCMD_STATUS pStatus
+ PCMD_STATUS pStatus
)
{
PSDevice pDevice = (PSDevice)hDeviceContext;
@@ -540,7 +540,7 @@ void
vMgrReAssocBeginSta(
void *hDeviceContext,
PSMgmtObject pMgmt,
- OUT PCMD_STATUS pStatus
+ PCMD_STATUS pStatus
)
{
PSDevice pDevice = (PSDevice)hDeviceContext;
@@ -621,7 +621,7 @@ vMgrDisassocBeginSta(
PSMgmtObject pMgmt,
PBYTE abyDestAddress,
WORD wReason,
- OUT PCMD_STATUS pStatus
+ PCMD_STATUS pStatus
)
{
PSDevice pDevice = (PSDevice)hDeviceContext;
@@ -1154,7 +1154,7 @@ void
vMgrAuthenBeginSta(
void *hDeviceContext,
PSMgmtObject pMgmt,
- OUT PCMD_STATUS pStatus
+ PCMD_STATUS pStatus
)
{
PSDevice pDevice = (PSDevice)hDeviceContext;
@@ -1214,7 +1214,7 @@ vMgrDeAuthenBeginSta(
PSMgmtObject pMgmt,
PBYTE abyDestAddress,
WORD wReason,
- OUT PCMD_STATUS pStatus
+ PCMD_STATUS pStatus
)
{
PSDevice pDevice = (PSDevice)hDeviceContext;
@@ -2387,7 +2387,7 @@ if(ChannelExceedZoneType(pDevice,byCurrChannel)==TRUE)
void
vMgrCreateOwnIBSS(
void *hDeviceContext,
- OUT PCMD_STATUS pStatus
+ PCMD_STATUS pStatus
)
{
PSDevice pDevice = (PSDevice)hDeviceContext;
@@ -2654,7 +2654,7 @@ vMgrCreateOwnIBSS(
void
vMgrJoinBSSBegin(
void *hDeviceContext,
- OUT PCMD_STATUS pStatus
+ PCMD_STATUS pStatus
)
{
@@ -2925,7 +2925,7 @@ s_vMgrSynchBSS (
PSDevice pDevice,
UINT uBSSMode,
PKnownBSS pCurr,
- OUT PCMD_STATUS pStatus
+ PCMD_STATUS pStatus
)
{
CARD_PHY_TYPE ePhyType = PHY_TYPE_11B;
@@ -4885,8 +4885,8 @@ static BOOL
s_bCipherMatch (
PKnownBSS pBSSNode,
NDIS_802_11_ENCRYPTION_STATUS EncStatus,
- OUT PBYTE pbyCCSPK,
- OUT PBYTE pbyCCSGK
+ PBYTE pbyCCSPK,
+ PBYTE pbyCCSGK
)
{
BYTE byMulticastCipher = KEY_CTL_INVALID;