rtl8188eu: Change BOOLEAN to bool

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-05-18 23:48:10 -05:00
parent f6b0b0658a
commit 3535ad59e3
53 changed files with 529 additions and 531 deletions

View file

@ -83,12 +83,12 @@ phy_CalculateBitShift(
}
#if (SIC_ENABLE == 1)
static BOOLEAN
static bool
sic_IsSICReady(
IN PADAPTER Adapter
)
{
BOOLEAN bRet=_FALSE;
bool bRet=_FALSE;
u32 retryCnt=0;
u8 sic_cmd=0xff;
@ -347,7 +347,7 @@ SIC_Init(
#endif
}
static BOOLEAN
static bool
SIC_LedOff(
IN PADAPTER Adapter
)
@ -2334,7 +2334,7 @@ PHY_SetTxPowerLevel8188E(
// A mode.
// By Bruce, 2008-02-04.
//
BOOLEAN
bool
PHY_UpdateTxPowerDbm8188E(
IN PADAPTER Adapter,
IN int powerInDbm
@ -2640,7 +2640,7 @@ PHY_SwChnl8188E( // Call after initialization
//PADAPTER Adapter = ADJUST_TO_ADAPTIVE_ADAPTER(pAdapter, _TRUE);
HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter);
u8 tmpchannel = pHalData->CurrentChannel;
BOOLEAN bResult = _TRUE;
bool bResult = _TRUE;
if (pHalData->rf_chip == RF_PSEUDO_11N)
{
@ -2705,7 +2705,7 @@ PHY_SwChnl8188E( // Call after initialization
}
static BOOLEAN
static bool
phy_SwChnlStepByStep(
IN PADAPTER Adapter,
IN u8 channel,
@ -2718,7 +2718,7 @@ phy_SwChnlStepByStep(
}
static BOOLEAN
static bool
phy_SetSwChnlCmdArray(
SwChnlCmd* CmdTable,
u32 CmdTableIdx,
@ -2812,7 +2812,7 @@ PHY_SwChnlPhy8192C( // Only called during initialize
void
PHY_SetMonitorMode8192C(
IN PADAPTER pAdapter,
IN BOOLEAN bEnableMonitorMode
IN bool bEnableMonitorMode
)
{
}
@ -2835,13 +2835,13 @@ PHY_SetMonitorMode8192C(
* 11/15/2007 MHC Create Version 0.
*
*---------------------------------------------------------------------------*/
BOOLEAN
bool
PHY_CheckIsLegalRfPath8192C(
IN PADAPTER pAdapter,
IN u32 eRFPath)
{
// HAL_DATA_TYPE *pHalData = GET_HAL_DATA(pAdapter);
BOOLEAN rtValue = _TRUE;
bool rtValue = _TRUE;
// NOt check RF Path now.!
return rtValue;
@ -2850,8 +2850,8 @@ PHY_CheckIsLegalRfPath8192C(
static void _PHY_SetRFPathSwitch(
IN PADAPTER pAdapter,
IN BOOLEAN bMain,
IN BOOLEAN is2T
IN bool bMain,
IN bool is2T
)
{
u8 u1bTmp;
@ -2884,9 +2884,9 @@ static void _PHY_SetRFPathSwitch(
//return value TRUE => Main; FALSE => Aux
static BOOLEAN _PHY_QueryRFPathSwitch(
static bool _PHY_QueryRFPathSwitch(
IN PADAPTER pAdapter,
IN BOOLEAN is2T
IN bool is2T
)
{
// if (is2T)