]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/vt6655/datarate.c
Staging: vt6655: replace FALSE with in kernel false
[~andy/linux] / drivers / staging / vt6655 / datarate.c
index 5efc724824b7b13c5a9bf0a720a86c2397b38ec4..acdc45afea531fb5246cd778deaed5b700b55d9f 100644 (file)
@@ -317,7 +317,7 @@ PSDevice        pDevice = (PSDevice) pDeviceHandler;
 unsigned short wIdxDownRate = 0;
 unsigned int ii;
 //unsigned long dwRateTable[MAX_RATE]  = {1,   2,   5,   11,  6,    9,    12,   18,  24,  36,  48,  54};
-BOOL            bAutoRate[MAX_RATE]    = {true,true,true,true,FALSE,FALSE,true,true,true,true,true,true};
+BOOL            bAutoRate[MAX_RATE]    = {true,true,true,true,false,false,true,true,true,true,true,true};
        unsigned long dwThroughputTbl[MAX_RATE] = {10, 20, 55, 110, 60, 90, 120, 180, 240, 360, 480, 540};
        unsigned long dwThroughput = 0;
        unsigned short wIdxUpRate = 0;
@@ -350,7 +350,7 @@ BOOL            bAutoRate[MAX_RATE]    = {true,true,true,true,FALSE,FALSE,true,t
                 wIdxUpRate = (unsigned short) ii;
             }
         } else {
-            bAutoRate[ii] = FALSE;
+            bAutoRate[ii] = false;
         }
     }