rtl8188eu: Change BOOLEAN to bool

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-03-02 17:21:23 -06:00
parent 4081d131cc
commit 0b5c6eb35b
42 changed files with 402 additions and 404 deletions

View file

@ -834,9 +834,9 @@ ODM_MacStatusQuery(
IN OUT PDM_ODM_T pDM_Odm,
IN u8 * pMacStatus,
IN u8 MacID,
IN BOOLEAN bPacketMatchBSSID,
IN BOOLEAN bPacketToSelf,
IN BOOLEAN bPacketBeacon
IN bool bPacketMatchBSSID,
IN bool bPacketToSelf,
IN bool bPacketBeacon
)
{
/* 2011/10/19 Driver team will handle in the future. */