rtl8188eu: Replace all the alternative forms for bool

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2018-11-16 14:56:35 -06:00
parent 21b9be0939
commit 57a2db9e23
49 changed files with 406 additions and 413 deletions

View file

@ -2774,7 +2774,7 @@ void update_capinfo(PADAPTER Adapter, u16 updateCap)
{
struct mlme_ext_priv *pmlmeext = &Adapter->mlmeextpriv;
struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info);
BOOLEAN ShortPreamble;
bool ShortPreamble;
/* Check preamble mode, 2005.01.06, by rcnjko. */
/* Mark to update preamble value forever, 2008.03.18 by lanhsin */