rtl8199eu: Replace TRUE and FALSE with true and false

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-03-02 17:25:27 -06:00
parent 0b5c6eb35b
commit dd62caa1e1
25 changed files with 243 additions and 243 deletions

View file

@ -2951,7 +2951,7 @@ Hal_ReadPowerValueFromPROM_8188E(
}
/* pHalData->bNOPG = TRUE; */
/* pHalData->bNOPG = true; */
return;
}
@ -2966,7 +2966,7 @@ Hal_ReadPowerValueFromPROM_8188E(
if(pwrInfo24G->IndexCCK_Base[rfPath][group] == 0xFF)
{
pwrInfo24G->IndexCCK_Base[rfPath][group] = EEPROM_DEFAULT_24G_INDEX;
/* pHalData->bNOPG = TRUE; */
/* pHalData->bNOPG = true; */
}
}
for(group = 0 ; group < MAX_CHNL_GROUP_24G-1; group++)
@ -3187,7 +3187,7 @@ Hal_ReadTxPowerInfo88E(
Hal_ReadPowerValueFromPROM_8188E(padapter,&pwrInfo24G, PROMContent, AutoLoadFail);
if(!AutoLoadFail)
pHalData->bTXPowerDataReadFromEEPORM = TRUE;
pHalData->bTXPowerDataReadFromEEPORM = true;
/* for(rfPath = 0 ; rfPath < MAX_RF_PATH ; rfPath++) */
for(rfPath = 0 ; rfPath < pHalData->NumTotalRFPath ; rfPath++)