mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
wired: Introduce EAD_BASE_PATH
This commit is contained in:
parent
161d1c8d78
commit
74e814a537
@ -23,6 +23,8 @@
|
||||
enum l_dbus_bus;
|
||||
struct l_dbus;
|
||||
|
||||
#define EAD_BASE_PATH "/net/connman/ead"
|
||||
|
||||
struct l_dbus *dbus_app_get(void);
|
||||
|
||||
typedef void (*dbus_app_destroy_func_t) (void *user_data);
|
||||
|
@ -43,7 +43,7 @@
|
||||
#include "wired/ethdev.h"
|
||||
|
||||
#define ADAPTER_INTERFACE "net.connman.ead.Adapter"
|
||||
#define ADAPTER_BASEPATH "/net/connman/ead/adapter"
|
||||
#define ADAPTER_BASEPATH EAD_BASE_PATH "/adapter"
|
||||
|
||||
#define PROP_NAME "Name"
|
||||
#define PROP_ADDRESS "Address"
|
||||
|
Loading…
Reference in New Issue
Block a user