]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/vt6655/wpactl.c
Staging: vt6655: replace BOOL with in kernel bool
[~andy/linux] / drivers / staging / vt6655 / wpactl.c
index 2b37bb8e375d3ee2cf96cdeac71030489daf8102..0142338bcafe7fc0440edbf3c65a12d7f9b0df85 100644 (file)
@@ -199,7 +199,7 @@ int wpa_set_wpadev(PSDevice pDevice, int val)
  *
  */
 
- int wpa_set_keys(PSDevice pDevice, void *ctx, BOOL  fcpfkernel)
+ int wpa_set_keys(PSDevice pDevice, void *ctx, bool fcpfkernel)
 {
     struct viawget_wpa_param *param=ctx;
     PSMgmtObject pMgmt = pDevice->pMgmt;
@@ -755,7 +755,7 @@ static int wpa_set_associate(PSDevice pDevice,
     unsigned char abyNullAddr[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
     unsigned char abyWPAIE[64];
     int ret = 0;
-    BOOL bWepEnabled=false;
+    bool bWepEnabled=false;
 
        // set key type & algorithm
     DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO "pairwise_suite = %d\n", param->u.wpa_associate.pairwise_suite);