3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-18 18:29:29 +01:00

station: fix compiler error after bss_free change

This commit is contained in:
James Prestwood 2019-06-10 13:08:50 -07:00 committed by Denis Kenzior
parent 0ec9618b5f
commit 08a3775821

View File

@ -200,9 +200,6 @@ static void station_add_autoconnect_bss(struct station *station,
static void bss_free(void *data)
{
struct scan_bss *bss = data;
const char *addr;
addr = util_address_to_string(bss->addr);
scan_bss_free(bss);
}