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:
parent
0ec9618b5f
commit
08a3775821
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user