mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 04:32:37 +01:00
station: fix compiler error after bss_free change
This commit is contained in:
parent
0ec9618b5f
commit
08a3775821
@ -200,9 +200,6 @@ static void station_add_autoconnect_bss(struct station *station,
|
|||||||
static void bss_free(void *data)
|
static void bss_free(void *data)
|
||||||
{
|
{
|
||||||
struct scan_bss *bss = data;
|
struct scan_bss *bss = data;
|
||||||
const char *addr;
|
|
||||||
|
|
||||||
addr = util_address_to_string(bss->addr);
|
|
||||||
|
|
||||||
scan_bss_free(bss);
|
scan_bss_free(bss);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user