Remove leftover timeouts on cleanup

Signed-off-by: Alexandru Costache <alexandru.costache.100@gmail.com>
This commit is contained in:
Alexandru Costache 2014-05-12 19:14:55 +03:00 committed by Jouni Malinen
parent 4162db59ae
commit fb2ac53df1
6 changed files with 17 additions and 1 deletions

View file

@ -498,7 +498,7 @@ static void wpa_supplicant_cleanup(struct wpa_supplicant *wpa_s)
wpa_s->last_scan_res = NULL;
#ifdef CONFIG_HS20
hs20_free_osu_prov(wpa_s);
hs20_deinit(wpa_s);
#endif /* CONFIG_HS20 */
}