mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-26 10:39:23 +01:00
monitor: Define ARPHRD_NETLINK if it not provided by system headers
This commit is contained in:
parent
89d0df7d1a
commit
75ec08df73
@ -35,6 +35,10 @@
|
|||||||
#include <linux/if_arp.h>
|
#include <linux/if_arp.h>
|
||||||
#include <ell/ell.h>
|
#include <ell/ell.h>
|
||||||
|
|
||||||
|
#ifndef ARPHRD_NETLINK
|
||||||
|
#define ARPHRD_NETLINK 824
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "linux/nl80211.h"
|
#include "linux/nl80211.h"
|
||||||
#include "monitor/nlmon.h"
|
#include "monitor/nlmon.h"
|
||||||
#include "monitor/pcap.h"
|
#include "monitor/pcap.h"
|
||||||
|
@ -41,6 +41,10 @@
|
|||||||
#include <linux/filter.h>
|
#include <linux/filter.h>
|
||||||
#include <ell/ell.h>
|
#include <ell/ell.h>
|
||||||
|
|
||||||
|
#ifndef ARPHRD_NETLINK
|
||||||
|
#define ARPHRD_NETLINK 824
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "linux/nl80211.h"
|
#include "linux/nl80211.h"
|
||||||
#include "src/ie.h"
|
#include "src/ie.h"
|
||||||
#include "src/util.h"
|
#include "src/util.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user