]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/vt6655/key.c
Staging: vt6655: remove OUT definition
[~andy/linux] / drivers / staging / vt6655 / key.c
index c702d509605680d73ff7e5d1cf269a8ae5aca09e..2065ee220687a72dd23d9209e19dfc5ae96ec974 100644 (file)
@@ -135,7 +135,7 @@ BOOL KeybGetKey (
     PSKeyManagement pTable,
     PBYTE           pbyBSSID,
     DWORD           dwKeyIndex,
-    OUT PSKeyItem       *pKey
+    PSKeyItem       *pKey
     )
 {
     int i;
@@ -521,7 +521,7 @@ BOOL KeybGetTransmitKey (
     PSKeyManagement pTable,
     PBYTE           pbyBSSID,
     DWORD           dwKeyType,
-    OUT PSKeyItem       *pKey
+    PSKeyItem       *pKey
     )
 {
     int i, ii;
@@ -599,7 +599,7 @@ BOOL KeybGetTransmitKey (
  */
 BOOL KeybCheckPairewiseKey (
     PSKeyManagement pTable,
-    OUT PSKeyItem       *pKey
+    PSKeyItem       *pKey
     )
 {
     int i;