mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 21:22:37 +01:00
eap: Make global variable static
This commit is contained in:
parent
f41d85112e
commit
42cd872994
@ -35,7 +35,7 @@
|
|||||||
#include "src/eap-private.h"
|
#include "src/eap-private.h"
|
||||||
|
|
||||||
static uint32_t default_mtu;
|
static uint32_t default_mtu;
|
||||||
struct l_queue *eap_methods;
|
static struct l_queue *eap_methods;
|
||||||
|
|
||||||
static void dump_eap(const char *str, void *user_data)
|
static void dump_eap(const char *str, void *user_data)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user