scan: Make nl80211 static

This commit is contained in:
Denis Kenzior 2015-09-28 20:40:32 -05:00
parent 8026921801
commit 6068b3e364
1 changed files with 1 additions and 1 deletions

View File

@ -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 {