mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-21 11:52:34 +01:00
scan: Make nl80211 static
This commit is contained in:
parent
8026921801
commit
6068b3e364
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user