mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-20 04:19:25 +01:00
netdev: Add netdev struct definition
This commit is contained in:
parent
8113f4c64e
commit
7c359ee2c2
@ -35,6 +35,13 @@
|
||||
#include "src/wiphy.h"
|
||||
#include "src/netdev.h"
|
||||
|
||||
struct netdev {
|
||||
uint32_t index;
|
||||
char name[IFNAMSIZ];
|
||||
uint32_t type;
|
||||
uint8_t addr[ETH_ALEN];
|
||||
};
|
||||
|
||||
static struct l_netlink *rtnl = NULL;
|
||||
static struct l_genl_family *nl80211;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user