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
|
@ -53,7 +53,7 @@ odm_TXPowerTrackingCallback_ThermalMeter_8188E(
|
|||
void
|
||||
PHY_IQCalibrate_8188E(
|
||||
IN struct adapter * Adapter,
|
||||
IN BOOLEAN bReCovery);
|
||||
IN bool bReCovery);
|
||||
|
||||
|
||||
/* */
|
||||
|
@ -88,8 +88,8 @@ void
|
|||
_PHY_PathADDAOn(
|
||||
IN struct adapter * pAdapter,
|
||||
IN u32 * ADDAReg,
|
||||
IN BOOLEAN isPathAOn,
|
||||
IN BOOLEAN is2T
|
||||
IN bool isPathAOn,
|
||||
IN bool is2T
|
||||
);
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue