mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +00:00
rtl8188eu: Remove useless IN and OUT from parameter lists
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
460e260891
commit
d26bbefc3a
42 changed files with 1379 additions and 1410 deletions
|
@ -297,7 +297,7 @@ void rtw_ps_processor(struct adapter*padapter);
|
|||
#ifdef CONFIG_AUTOSUSPEND
|
||||
int autoresume_enter(struct adapter* padapter);
|
||||
#endif
|
||||
rt_rf_power_state RfOnOffDetect(IN struct adapter *pAdapter );
|
||||
rt_rf_power_state RfOnOffDetect(struct adapter *pAdapter );
|
||||
|
||||
s32 LPS_RF_ON_check(struct adapter *padapter, u32 delay_ms);
|
||||
void LPS_Enter(struct adapter *padapter);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue