3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-05 19:08:52 +02:00

scan: Make nl80211 static

This commit is contained in:
Denis Kenzior 2015-09-28 20:40:32 -05:00
parent 8026921801
commit 6068b3e364

View File

@ -44,7 +44,7 @@
struct l_queue *scan_contexts = NULL; struct l_queue *scan_contexts = NULL;
struct l_genl_family *nl80211 = NULL; static struct l_genl_family *nl80211 = NULL;
uint32_t scan_id = 0; uint32_t scan_id = 0;
struct scan_periodic { struct scan_periodic {