From 6068b3e364e5af61de4347a50d73dd08bd21b933 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 28 Sep 2015 20:40:32 -0500 Subject: [PATCH] scan: Make nl80211 static --- src/scan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {