mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-09 06:43: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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue