aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/hostapd/patches/002-add-nl80211-driver.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostapd/patches/002-add-nl80211-driver.patch b/package/hostapd/patches/002-add-nl80211-driver.patch
index ba178a0541..6f62a2a4a8 100644
--- a/package/hostapd/patches/002-add-nl80211-driver.patch
+++ b/package/hostapd/patches/002-add-nl80211-driver.patch
@@ -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"