mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 08:48:31 -05:00
wext: Cancel send_rfkill timeout in deinit
Signed-off-by: Slava Monich <slava.monich@jolla.com>
This commit is contained in:
parent
1e40cf22f4
commit
6ff92677a1
@ -1042,6 +1042,7 @@ void wpa_driver_wext_deinit(void *priv)
|
||||
wpa_driver_wext_set_auth_param(drv, IW_AUTH_WPA_ENABLED, 0);
|
||||
|
||||
eloop_cancel_timeout(wpa_driver_wext_scan_timeout, drv, drv->ctx);
|
||||
eloop_cancel_timeout(wpa_driver_wext_send_rfkill, drv, drv->ctx);
|
||||
|
||||
/*
|
||||
* Clear possibly configured driver parameters in order to make it
|
||||
|
Loading…
Reference in New Issue
Block a user