mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-07 14:03:05 +00:00
rtl8188eu: Remove CONFIG_LPS
This symbol is defined. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
e932bd9250
commit
dae15933ce
13 changed files with 4 additions and 72 deletions
|
@ -1488,11 +1488,7 @@ void rtw_indicate_disconnect( struct adapter *padapter )
|
|||
p2p_ps_wk_cmd(padapter, P2P_PS_DISABLE, 1);
|
||||
#endif /* CONFIG_P2P_PS */
|
||||
|
||||
#ifdef CONFIG_LPS
|
||||
rtw_lps_ctrl_wk_cmd(padapter, LPS_CTRL_DISCONNECT, 1);
|
||||
#endif
|
||||
|
||||
;
|
||||
}
|
||||
|
||||
inline void rtw_indicate_scan_done( struct adapter *padapter, bool aborted)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue