]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/vt6655/tkip.h
Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/keith...
[~andy/linux] / drivers / staging / vt6655 / tkip.h
index 3dfa7f5ee7ec74f82d4c5d77fcf99a93a6c7ac35..eb5951d726e0f36763e4357fa9458b8e8732d92b 100644 (file)
 /*---------------------  Export Functions  --------------------------*/
 
 void TKIPvMixKey(
-    PBYTE   pbyTKey,
-    PBYTE   pbyTA,
-    WORD    wTSC15_0,
-    DWORD   dwTSC47_16,
-    PBYTE   pbyRC4Key
+    unsigned char *pbyTKey,
+    unsigned char *pbyTA,
+    unsigned short wTSC15_0,
+    unsigned long dwTSC47_16,
+    unsigned char *pbyRC4Key
     );
 
 #endif // __TKIP_H__