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

scan: Add debug in scan_exit

This commit is contained in:
Denis Kenzior 2015-09-22 14:07:27 -05:00
parent 3f7e6e86bb
commit 0b298dd313

View File

@ -1040,6 +1040,8 @@ bool scan_exit()
{ {
bool r; bool r;
l_debug("");
if (!nl80211) if (!nl80211)
return false; return false;