mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 08:34:20 +00:00
rtl8188eu: Replace _FALSE and _TRUE
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
17d1637977
commit
06334102cd
68 changed files with 2553 additions and 2572 deletions
|
@ -2771,7 +2771,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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue