mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 16:44:20 +00:00
rtl8188eu: Remove configuration variables *ANDROID* and associated dead code
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
acda213bd2
commit
4c57c6047a
8 changed files with 12 additions and 172 deletions
|
@ -1647,7 +1647,6 @@ static int netdev_close(struct net_device *pnetdev)
|
|||
rtw_netif_stop_queue(pnetdev);
|
||||
}
|
||||
|
||||
#ifndef CONFIG_ANDROID
|
||||
//s2.
|
||||
LeaveAllPowerSaveMode(padapter);
|
||||
rtw_disassoc_cmd(padapter, 500, false);
|
||||
|
@ -1657,7 +1656,6 @@ static int netdev_close(struct net_device *pnetdev)
|
|||
rtw_free_assoc_resources(padapter, 1);
|
||||
//s2-4.
|
||||
rtw_free_network_queue(padapter,true);
|
||||
#endif
|
||||
// Close LED
|
||||
rtw_led_control(padapter, LED_CTL_POWER_OFF);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue