aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/ioctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/vt6655/ioctl.h')
-rw-r--r--drivers/staging/vt6655/ioctl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/vt6655/ioctl.h b/drivers/staging/vt6655/ioctl.h
index 0d10c2a923c6..ba85015c11b6 100644
--- a/drivers/staging/vt6655/ioctl.h
+++ b/drivers/staging/vt6655/ioctl.h
@@ -45,9 +45,9 @@ int private_ioctl(PSDevice pDevice, struct ifreq *rq);
/*
void vConfigWEPKey (
PSDevice pDevice,
- DWORD dwKeyIndex,
- PBYTE pbyKey,
- ULONG uKeyLength
+ unsigned long dwKeyIndex,
+ unsigned char *pbyKey,
+ unsigned long uKeyLength
);
*/