mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 08:34: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
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue