mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-06 05:23:06 +00:00
rtl8188eu: Convert typedef statements in include/rtw_mlme.h
2
This commit is contained in:
parent
9eeabb2600
commit
ed7a8186fe
5 changed files with 19 additions and 20 deletions
|
@ -1176,7 +1176,7 @@ u16 rtw_get_cur_max_rate(_adapter *adapter)
|
|||
*
|
||||
* Return _SUCCESS or _FAIL
|
||||
*/
|
||||
int rtw_set_scan_mode(_adapter *adapter, RT_SCAN_TYPE scan_mode)
|
||||
int rtw_set_scan_mode(_adapter *adapter, enum rt_scan_type scan_mode)
|
||||
{
|
||||
if (scan_mode != SCAN_ACTIVE && scan_mode != SCAN_PASSIVE)
|
||||
return _FAIL;
|
||||
|
|
|
@ -7197,7 +7197,7 @@ bool IsLegal5GChannel(PADAPTER Adapter, u8 channel)
|
|||
void site_survey(_adapter *padapter)
|
||||
{
|
||||
unsigned char survey_channel = 0, val8;
|
||||
RT_SCAN_TYPE ScanType = SCAN_PASSIVE;
|
||||
enum rt_scan_type ScanType = SCAN_PASSIVE;
|
||||
struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv;
|
||||
struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info);
|
||||
u32 initialgain = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue