]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/vt6655/wpa.h
Staging: vt6655: replace BOOL with in kernel bool
[~andy/linux] / drivers / staging / vt6655 / wpa.h
index 99b2e0eacd31608f0d2e916a681e4c09384429c8..921fd7ae9d3870285d1f4aeed015f75dfa86e87d 100644 (file)
@@ -69,14 +69,14 @@ WPA_ParseRSN(
     PWLAN_IE_RSN_EXT pRSN
     );
 
-BOOL
+bool
 WPA_SearchRSN(
     unsigned char byCmd,
     unsigned char byEncrypt,
     PKnownBSS        pBSSList
     );
 
-BOOL
+bool
 WPAb_Is_RSN(
     PWLAN_IE_RSN_EXT pRSN
     );