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

@ -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