summaryrefslogtreecommitdiff
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6655/ioctl.h b/drivers/staging/vt6655/ioctl.h
index 4a30e27..0de2324 100644
--- a/drivers/staging/vt6655/ioctl.h
+++ b/drivers/staging/vt6655/ioctl.h
@@ -46,7 +46,7 @@ int private_ioctl(PSDevice pDevice, struct ifreq *rq);
void vConfigWEPKey (
PSDevice pDevice,
DWORD dwKeyIndex,
- PBYTE pbyKey,
+ unsigned char *pbyKey,
unsigned long uKeyLength
);
*/