mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-24 22:04:16 +01:00
scan: Rename scan_free to scan_exit
This commit is contained in:
parent
9773405c47
commit
03004bd7b6
@ -794,7 +794,7 @@ bool scan_init(struct l_genl_family *in, scan_notify_func_t func)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool scan_free()
|
bool scan_exit()
|
||||||
{
|
{
|
||||||
bool r;
|
bool r;
|
||||||
|
|
||||||
|
@ -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_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_init(struct l_genl_family *in, scan_notify_func_t func);
|
||||||
bool scan_free();
|
bool scan_exit();
|
||||||
|
Loading…
Reference in New Issue
Block a user