mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-03 10:32:33 +01:00
ap: Make rtnl global static
This commit is contained in:
parent
df04877a67
commit
02e46542e3
2
src/ap.c
2
src/ap.c
@ -141,7 +141,7 @@ struct ap_ip_pool {
|
|||||||
|
|
||||||
struct ap_ip_pool pool;
|
struct ap_ip_pool pool;
|
||||||
static uint32_t netdev_watch;
|
static uint32_t netdev_watch;
|
||||||
struct l_netlink *rtnl;
|
static struct l_netlink *rtnl;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Creates pool of IPs which AP intefaces can use. Each call to ip_pool_get
|
* Creates pool of IPs which AP intefaces can use. Each call to ip_pool_get
|
||||||
|
Loading…
Reference in New Issue
Block a user