mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
main: Make genl and nl80211 global variables static
This commit is contained in:
parent
013bae6d3d
commit
38e831afa0
@ -46,8 +46,8 @@
|
||||
|
||||
#include "src/backtrace.h"
|
||||
|
||||
struct l_genl *genl;
|
||||
struct l_genl_family *nl80211;
|
||||
static struct l_genl *genl;
|
||||
static struct l_genl_family *nl80211;
|
||||
static struct l_settings *iwd_config;
|
||||
static struct l_timeout *timeout;
|
||||
static const char *interfaces;
|
||||
|
Loading…
Reference in New Issue
Block a user