3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-01-24 13:44:06 +01:00

scan: Rename scan_free to scan_exit

This commit is contained in:
Denis Kenzior 2015-06-10 16:34:28 -05:00
parent 9773405c47
commit 03004bd7b6
2 changed files with 2 additions and 2 deletions

View File

@ -794,7 +794,7 @@ bool scan_init(struct l_genl_family *in, scan_notify_func_t func)
return true;
}
bool scan_free()
bool scan_exit()
{
bool r;

View File

@ -78,4 +78,4 @@ bool scan_freq_set_add(struct scan_freq_set *freqs, uint32_t freq);
bool scan_freq_set_contains(struct scan_freq_set *freqs, uint32_t freq);
bool scan_init(struct l_genl_family *in, scan_notify_func_t func);
bool scan_free();
bool scan_exit();