1 --- a/hostapd/driver_nl80211.c
2 +++ b/hostapd/driver_nl80211.c
4 #include "wireless_copy.h"
5 #include <linux/filter.h>
6 #include <net/if_arp.h>
7 +#include <linux/rtnetlink.h>
12 /* libnl 2.0 compatibility code */
13 #define nl_handle_alloc_cb nl_socket_alloc_cb
14 #define nl_handle_destroy nl_socket_free
15 +#define nl_handle nl_sock
16 #endif /* CONFIG_LIBNL20 */
18 enum ieee80211_msg_type {