From: Peter Denison Date: Sun, 8 Jun 2008 20:19:19 +0000 (+0000) Subject: Compilation fix for hostapd with newer mac80211 code. Thanks Hauke Mehrtens. X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=1a44ee0647f3a2241e64bd92db0654f67044d223;p=openwrt%2Fsvn-archive%2Farchive.git Compilation fix for hostapd with newer mac80211 code. Thanks Hauke Mehrtens. Fixes #3501 SVN-Revision: 11407 --- 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 +#include +#include /* The L2 protocols */ -+#include ++#include "wireless_copy.h" +#include + +#include "hostapd.h"