Skip to content
Snippets Groups Projects
Commit 6b106238 authored by noz's avatar noz
Browse files

Compilation fix for hostapd with newer mac80211 code. Thanks Hauke Mehrtens.

Fixes #3501


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11407 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent cf5e9a49
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ diff -urN hostapd.orig/driver_nl80211.c hostapd/driver_nl80211.c
+#include <net/if.h>
+#include <linux/if_packet.h>
+#include <linux/if_ether.h> /* The L2 protocols */
+#include <linux/wireless.h>
+#include "wireless_copy.h"
+#include <net/if_arp.h>
+
+#include "hostapd.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment