3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02:00

scan: Reset nl80211 when scan_exit called

This commit is contained in:
Denis Kenzior 2015-09-22 14:07:02 -05:00
parent f064230afa
commit 3f7e6e86bb

View File

@ -1050,5 +1050,7 @@ bool scan_exit()
r = l_genl_family_unregister(nl80211, scan_id);
scan_id = 0;
nl80211 = 0;
return r;
}