mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-07 05:53:06 +00:00
rtl8188eu: Remove code used only for Windows
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
2caee63170
commit
a68c6cc26e
42 changed files with 9 additions and 1912 deletions
|
@ -279,17 +279,6 @@ _func_enter_;
|
|||
|
||||
if(!isfreeall)
|
||||
{
|
||||
#ifdef PLATFORM_WINDOWS
|
||||
|
||||
delta_time = (curr_time -pnetwork->last_scanned)/10;
|
||||
|
||||
if(delta_time < lifetime*1000000)// unit:usec
|
||||
{
|
||||
goto exit;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef PLATFORM_LINUX
|
||||
|
||||
delta_time = (curr_time -pnetwork->last_scanned)/HZ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue