diff --git a/src/scan.c b/src/scan.c index c33db907..e71e5269 100644 --- a/src/scan.c +++ b/src/scan.c @@ -44,7 +44,7 @@ struct l_queue *scan_contexts = NULL; -struct l_genl_family *nl80211 = NULL; +static struct l_genl_family *nl80211 = NULL; uint32_t scan_id = 0; struct scan_periodic {