summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/wmgr.c
diff options
context:
space:
mode:
authorCharles Clément2010-05-13 05:54:40 +0200
committerGreg Kroah-Hartman2010-05-14 22:24:41 +0200
commit3cdec5540d622e6b910a1fe91f544630a8ba8099 (patch)
tree3d230fce0f8a71c148a6273b8f14e685b40dfea9 /drivers/staging/vt6655/wmgr.c
parentStaging: vt6655: remove IN definition (diff)
downloadkernel-qcow2-linux-3cdec5540d622e6b910a1fe91f544630a8ba8099.tar.gz
kernel-qcow2-linux-3cdec5540d622e6b910a1fe91f544630a8ba8099.tar.xz
kernel-qcow2-linux-3cdec5540d622e6b910a1fe91f544630a8ba8099.zip
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 19a16cae175c..60c00fc1f025 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;