rtl8188eu: Change _FALSE and _TRUE to false and true

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-05-25 22:02:10 -05:00
parent 3d0ee1321a
commit 9cef34aa09
69 changed files with 2493 additions and 3604 deletions

View file

@ -2750,7 +2750,7 @@ void phy_SetRFPathSwitch_8188E(
#if (DM_ODM_SUPPORT_TYPE == ODM_MP)
if (!pAdapter->bHWInitReady)
#elif (DM_ODM_SUPPORT_TYPE == ODM_CE)
if (pAdapter->hw_init_completed == _FALSE)
if (pAdapter->hw_init_completed == false)
#endif
{
u1Byte u1bTmp;