mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-06 21:43:06 +00:00
rtl8188eu: Replace all the alternative forms for bool
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
21b9be0939
commit
57a2db9e23
49 changed files with 406 additions and 413 deletions
|
@ -3708,9 +3708,9 @@ void rtw_ht_use_default_setting(_adapter *padapter)
|
|||
struct mlme_priv *pmlmepriv = &padapter->mlmepriv;
|
||||
struct ht_priv *phtpriv = &pmlmepriv->htpriv;
|
||||
struct registry_priv *pregistrypriv = &padapter->registrypriv;
|
||||
BOOLEAN bHwLDPCSupport = _FALSE, bHwSTBCSupport = _FALSE;
|
||||
bool bHwLDPCSupport = _FALSE, bHwSTBCSupport = _FALSE;
|
||||
#ifdef CONFIG_BEAMFORMING
|
||||
BOOLEAN bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE;
|
||||
bool bHwSupportBeamformer = _FALSE, bHwSupportBeamformee = _FALSE;
|
||||
#endif /* CONFIG_BEAMFORMING */
|
||||
|
||||
if (pregistrypriv->wifi_spec)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue