summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/key.h
diff options
context:
space:
mode:
authorAndres More <more.andres@gmail.com>2010-05-04 23:40:10 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 18:36:12 (GMT)
commit6f8c13c7dbe0d51e62bdb1aa11c1c38a8f8e3133 (patch)
treec9a30b88913a4fd5ae7f0edd768b2370bf726170 /drivers/staging/vt6656/key.h
parentfa10b25f8d13050c2e40ebf3fbfb5af587b6f914 (diff)
downloadlinux-fsl-qoriq-6f8c13c7dbe0d51e62bdb1aa11c1c38a8f8e3133.tar.xz
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/key.h')
-rw-r--r--drivers/staging/vt6656/key.h21
1 files changed, 5 insertions, 16 deletions
diff --git a/drivers/staging/vt6656/key.h b/drivers/staging/vt6656/key.h
index a108782..11fc41e 100644
--- a/drivers/staging/vt6656/key.h
+++ b/drivers/staging/vt6656/key.h
@@ -99,12 +99,8 @@ typedef struct tagSKeyManagement
void KeyvInitTable(void *pDeviceHandler, PSKeyManagement pTable);
-BOOL KeybGetKey(
- PSKeyManagement pTable,
- PBYTE pbyBSSID,
- DWORD dwKeyIndex,
- OUT PSKeyItem *pKey
- );
+BOOL KeybGetKey(PSKeyManagement pTable, PBYTE pbyBSSID, DWORD dwKeyIndex,
+ PSKeyItem *pKey);
BOOL KeybSetKey(
void *pDeviceHandler,
@@ -141,17 +137,10 @@ void KeyvRemoveAllWEPKey(
PSKeyManagement pTable
);
-BOOL KeybGetTransmitKey(
- PSKeyManagement pTable,
- PBYTE pbyBSSID,
- DWORD dwKeyType,
- OUT PSKeyItem *pKey
- );
+BOOL KeybGetTransmitKey(PSKeyManagement pTable, PBYTE pbyBSSID, DWORD dwKeyType,
+ PSKeyItem *pKey);
-BOOL KeybCheckPairewiseKey(
- PSKeyManagement pTable,
- OUT PSKeyItem *pKey
- );
+BOOL KeybCheckPairewiseKey(PSKeyManagement pTable, PSKeyItem *pKey);
BOOL KeybSetDefaultKey(
void *pDeviceHandler,