aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/ioctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/vt6656/ioctl.h')
-rw-r--r--drivers/staging/vt6656/ioctl.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/drivers/staging/vt6656/ioctl.h b/drivers/staging/vt6656/ioctl.h
index 07d228399c3..caa4ac963d9 100644
--- a/drivers/staging/vt6656/ioctl.h
+++ b/drivers/staging/vt6656/ioctl.h
@@ -43,15 +43,12 @@
43int private_ioctl(PSDevice pDevice, struct ifreq *rq); 43int private_ioctl(PSDevice pDevice, struct ifreq *rq);
44 44
45/* 45/*
46VOID vConfigWEPKey ( 46void vConfigWEPKey (
47 IN PSDevice pDevice, 47 PSDevice pDevice,
48 IN DWORD dwKeyIndex, 48 DWORD dwKeyIndex,
49 IN PBYTE pbyKey, 49 PBYTE pbyKey,
50 IN ULONG uKeyLength 50 unsigned long uKeyLength
51 ); 51 );
52*/ 52*/
53 53
54#endif // __IOCTL_H__ 54#endif /* __IOCTL_H__ */
55
56
57