summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/wmgr.c
diff options
context:
space:
mode:
authorAndres More2010-05-05 01:40:10 +0200
committerGreg Kroah-Hartman2010-05-11 20:36:12 +0200
commit6f8c13c7dbe0d51e62bdb1aa11c1c38a8f8e3133 (patch)
treec9a30b88913a4fd5ae7f0edd768b2370bf726170 /drivers/staging/vt6656/wmgr.c
parentStaging: vt6656: removed SUCCESS define as it is not used (diff)
downloadkernel-qcow2-linux-6f8c13c7dbe0d51e62bdb1aa11c1c38a8f8e3133.tar.gz
kernel-qcow2-linux-6f8c13c7dbe0d51e62bdb1aa11c1c38a8f8e3133.tar.xz
kernel-qcow2-linux-6f8c13c7dbe0d51e62bdb1aa11c1c38a8f8e3133.zip
Staging: vt6656: code cleanup, removed OUT definition
Remoted empty OUT define in ttype.h and its usage across the code. Signed-off-by: Andres More <more.andres@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6656/wmgr.c')
-rw-r--r--drivers/staging/vt6656/wmgr.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/drivers/staging/vt6656/wmgr.c b/drivers/staging/vt6656/wmgr.c
index 994022aa0d62..1824551bcc3c 100644
--- a/drivers/staging/vt6656/wmgr.c
+++ b/drivers/staging/vt6656/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(
@@ -419,7 +419,7 @@ void
vMgrAssocBeginSta(
HANDLE hDeviceContext,
PSMgmtObject pMgmt,
- OUT PCMD_STATUS pStatus
+ PCMD_STATUS pStatus
)
{
PSDevice pDevice = (PSDevice)hDeviceContext;
@@ -495,7 +495,7 @@ void
vMgrReAssocBeginSta(
HANDLE hDeviceContext,
PSMgmtObject pMgmt,
- OUT PCMD_STATUS pStatus
+ PCMD_STATUS pStatus
)
{
PSDevice pDevice = (PSDevice)hDeviceContext;
@@ -576,7 +576,7 @@ vMgrDisassocBeginSta(
PSMgmtObject pMgmt,
PBYTE abyDestAddress,
WORD wReason,
- OUT PCMD_STATUS pStatus
+ PCMD_STATUS pStatus
)
{
PSDevice pDevice = (PSDevice)hDeviceContext;
@@ -1106,7 +1106,7 @@ void
vMgrAuthenBeginSta(
HANDLE hDeviceContext,
PSMgmtObject pMgmt,
- OUT PCMD_STATUS pStatus
+ PCMD_STATUS pStatus
)
{
PSDevice pDevice = (PSDevice)hDeviceContext;
@@ -1166,7 +1166,7 @@ vMgrDeAuthenBeginSta(
PSMgmtObject pMgmt,
PBYTE abyDestAddress,
WORD wReason,
- OUT PCMD_STATUS pStatus
+ PCMD_STATUS pStatus
)
{
PSDevice pDevice = (PSDevice)hDeviceContext;
@@ -2358,7 +2358,7 @@ if(ChannelExceedZoneType(pDevice,byCurrChannel)==TRUE)
void
vMgrCreateOwnIBSS(
HANDLE hDeviceContext,
- OUT PCMD_STATUS pStatus
+ PCMD_STATUS pStatus
)
{
PSDevice pDevice = (PSDevice)hDeviceContext;
@@ -2633,7 +2633,7 @@ vMgrCreateOwnIBSS(
void
vMgrJoinBSSBegin(
HANDLE hDeviceContext,
- OUT PCMD_STATUS pStatus
+ PCMD_STATUS pStatus
)
{
@@ -2967,7 +2967,7 @@ s_vMgrSynchBSS (
PSDevice pDevice,
UINT uBSSMode,
PKnownBSS pCurr,
- OUT PCMD_STATUS pStatus
+ PCMD_STATUS pStatus
)
{
PSMgmtObject pMgmt = &(pDevice->sMgmtObj);
@@ -4810,8 +4810,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;