mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 16:44:20 +00:00
rtl8188eu: Change BOOLEAN to bool
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
4081d131cc
commit
0b5c6eb35b
42 changed files with 402 additions and 404 deletions
|
@ -292,8 +292,8 @@ rtl8188e_HalDmWatchDog(
|
|||
IN struct adapter *Adapter
|
||||
)
|
||||
{
|
||||
BOOLEAN bFwCurrentInPSMode = false;
|
||||
BOOLEAN bFwPSAwake = true;
|
||||
bool bFwCurrentInPSMode = false;
|
||||
bool bFwPSAwake = true;
|
||||
u8 hw_init_completed = false;
|
||||
PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter);
|
||||
struct dm_priv *pdmpriv = &pHalData->dmpriv;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue