summaryrefslogtreecommitdiffstats
path: root/package/hostapd
diff options
context:
space:
mode:
authorPeter Denison <openwrt@marshadder.org>2008-06-08 20:19:19 +0000
committerPeter Denison <openwrt@marshadder.org>2008-06-08 20:19:19 +0000
commitea8b4cb0d74fcc3a5e851c8d077b3c0d7639eb6d (patch)
tree5b1c535659602aa02d5584a7bf7a20d33c1252ac /package/hostapd
parenta59821735c3fed9f9594d5a6c66339f1d538fd61 (diff)
downloadmaster-31e0f0ae-ea8b4cb0d74fcc3a5e851c8d077b3c0d7639eb6d.tar.gz
master-31e0f0ae-ea8b4cb0d74fcc3a5e851c8d077b3c0d7639eb6d.tar.bz2
master-31e0f0ae-ea8b4cb0d74fcc3a5e851c8d077b3c0d7639eb6d.zip
Compilation fix for hostapd with newer mac80211 code. Thanks Hauke Mehrtens. Fixes #3501
SVN-Revision: 11407
Diffstat (limited to 'package/hostapd')
-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"