]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/vt6655/wpa.h
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
[~andy/linux] / drivers / staging / vt6655 / wpa.h
index 80d990b09d25edf95bc3b58f5586cc8ea66229a0..921fd7ae9d3870285d1f4aeed015f75dfa86e87d 100644 (file)
@@ -69,14 +69,14 @@ WPA_ParseRSN(
     PWLAN_IE_RSN_EXT pRSN
     );
 
-BOOL
+bool
 WPA_SearchRSN(
-    BYTE                byCmd,
-    BYTE                byEncrypt,
+    unsigned char byCmd,
+    unsigned char byEncrypt,
     PKnownBSS        pBSSList
     );
 
-BOOL
+bool
 WPAb_Is_RSN(
     PWLAN_IE_RSN_EXT pRSN
     );